GoshDarnedHero
09/23/2023, 1:34 PMalex
09/23/2023, 3:48 PMflow.serve
aren’t associated with a work pool or work queue so their scheduled runs can’t be picked up by workers.
You can use prefect deploy
to create deployments that work with workers. We recommend that approach when you need dynamically provisioned infrastructure for your flow runs. If you don’t need dynamically provisioned infrastructure, you can bake your flow code and serve script into a Docker image to host it on a variety of platforms.GoshDarnedHero
09/23/2023, 4:43 PMprefect deploy
so that works for me.