Vít Mrňávek
12/01/2023, 3:53 PMMarvin
12/01/2023, 3:54 PMprefect deploy --all
or deploy them individually by name, for example, prefect deploy -n hello/default
or prefect deploy -n hello/arthur
. Once the deployments are successfully created, you can run them from the UI. More info here
2. Pausing: By default, pausing a flow run blocks the worker — the flow is still running inside the pause_flow_run function. However, you may pause any flow run in this fashion, including non-deployment local flow runs and subflows. Make sure your flow is not paused. More info here
3. Logs: Check the logs for any errors or warnings. There might be some clues there as to why your tasks are not running. More info here
If none of these suggestions help, you might want to consider reaching out to the Prefect community or support for more specific help.