Hi Team, The flow code in my prefect flows is in G...
# ask-community
t
Hi Team, The flow code in my prefect flows is in Github, but when Github is down intermittently (happens a lot), my flow fails since it couldn't fetch the code from the Github repo. Additionally, flow retries don't work since the flow wasn't fetched itself. What's the way to handle this and do a retry ? I want to stick to Github and not move to S3 for now.