https://prefect.io logo
j

Jeremy Knickerbocker

10/28/2020, 10:29 PM
Hi Everyone, can anyone give me some pointers as to why a flow that is in the default project runs just fine, but a flow in another project does not? I can schedule via the CLI or GUI, but the flow always says "Scheduled" but it is showing up late. I am using Prefect Core Server and have a local agent running.
I have confirmed that both the flow that runs and the flow that doesn't have the same labels. They were registered the same way, the only difference is that they are in different projects. I can also run the flow just fine via by calling flow.run() instead of flow.register()
j

Jimmy Le

10/28/2020, 11:05 PM
Do the agents have the necessary labels?
j

Jeremy Knickerbocker

10/29/2020, 1:23 PM
Hi @Jimmy Le, yes I only have one worker setup right now for simplification. Everything is running on one machine (Server and Worker.) Both the working flow and non-working flow are registered on the same machine (same terminal window as well) and get the same labels.
Also to add, if I change the project name, the flows run fine.