Kevin
05/13/2024, 7:31 PMNate
05/13/2024, 8:06 PMNate
05/13/2024, 8:06 PMKevin
05/13/2024, 8:35 PMNate
05/13/2024, 8:36 PMwork.py
instead of starting the worker process that I mentioned you'd want to swap this for in the other threadNate
05/13/2024, 8:37 PMworker:
image: prefecthq/prefect:2-python3.11
restart: always
command: ["prefect", "worker", "start", "--pool", "your-pool"]
Nate
05/13/2024, 8:38 PM--host
should be a valid flag for prefect server start
in prefect 2.xKevin
05/13/2024, 8:55 PMKevin
05/13/2024, 8:56 PMNate
05/13/2024, 9:09 PM