Hello ,
I frequently run into an issue where GitHub is down temporarily( for a min or so), which cause problems when trying to run a flow.
Since Prefect is often integrated with GitHub for code management, I wanted to reach out and see how others in the community handle these situations.
Is anyone else experiencing this? We use Azure container instances (unlike docker doesn't hold code) which spin up for every new run and execute the deployment.
Because of which I rely on cloning and pulling from GitHub to get the latest code for my Prefect workflows, and it can be frustrating when GitHub is down, even for just a short period. I wanted to ask:
What strategies do you use for resilience in case GitHub is down?
Do you have a backup plan for cloning code from GitHub ?
How do you ensure you still have access to the latest updates for your projects if GitHub becomes temporarily inaccessible?
Are there any other tools or techniques you use to manage code distribution within Prefect workflows that don't rely solely on GitHub?
I'm curious if anyone had built-in resilience against GitHub downtime to minimize disruptions.