Hey everyone. I have been having a fantastic time...
# best-practices
r
Hey everyone. I have been having a fantastic time using Prefect. I have a multiple flow setup and they all run successfully. I just created this new flow and when I deploy that, I get this message and immediately goes into the Pending stage. message: Downloading flow code from storage at '.' It's a very simple flow. Connect to MS SQL Server, Pull data and push it to Snowflake. It's been 11 minutes that the flow has started but, it is just stuck at that message that I pasted above. Please help.
k
Are you deploying the flow differently than the other, successful flows?
r
no. the same way. im using the serve method. just like the others. i want to understand the upper limit on the number of scheduled runs that can be present. it says 100. but how does that work? if there is more, what happens?
and now, I deleted all the other deployments and I'm just running this one deployment. it still has the same problem.
k
Not sure on 100 limit of scheduled runs but Im pretty sure its unrelated. I think the message indicates prefect can't find the flow code. Is the python file at the same level "next to" other flows? or nested elsewhere?