My piepelline keeps disconnecting from the Github ...
# ask-community
c
My piepelline keeps disconnecting from the Github code source causing pipelines to fails. Could someone point me in the right direction?
Reloading the code source does fix it but this isn't ideal
Would appreciate some help on this issue, thanks!
d
This looks like a bug that had a fix in the 1.1.19 release last week: https://github.com/dagster-io/dagster-cloud/blob/main/CHANGES.md#bugfixes - does upgrading your dagster/dagster-cloud package version make the problem go away? If not we can take a closer look tomorrow when the team is back in the office
c
Hi @daniel - could you please investigate this? My pipeline keeps failing every ~week because the code location is disconnecting from Github.
d
Did you see my message above about upgrading your code to 1.1.19, is the problem still occurring after doing that?
c
@daniel I did, and I reinitiated a deployment from GitHub which I believe should have updated Dagster to the latest version since I haven't specified a specific number.
d
Ok, and it sounds like the problem is still happening after that?
If so I’ll take a look at this today. Can you try explicitly pinning the version to 1.1.21 in your setup.py? We did fix a problem with these exact symptoms so I just want to be sure it actually updated
c
Ok, I'll do that now
All done
d
Any luck? Or problem still happening?
c
I don't know yet, the problem is that it disconnects once every ~week or what seems random and causes pipelines to fail.
d
Ok, let us know if happens again, but I think if there were no changes in your setup.py then it will still use cached versions - so I think there’s a very good chance it will go away