Pedro Machado
05/22/2023, 4:45 PMprefect worker start
command seems to be ignoring the queue. The worker starts and polls Prefect Cloud, but it seems to be connecting the default queue.
I am starting the worker with prefect worker start --pool local-pool --work-queue ingest-tracker
Has anyone else run into this?alex
05/22/2023, 4:49 PMPedro Machado
05/22/2023, 5:04 PMprefect worker start --pool local-pool
And another one that explicitly has --work-queue ingest-tracker
I see the flows queued in the ingest-tracker
queue but the worker that picks them up is the one that I started without a work-queue
. My expectation was that the first worker would pick up from the default queue and the second one from the ingest-tracker
queue. Is this not how it's designed to work? If I don't specify a queue, will the worker pick up from any queue in that work pool?alex
05/22/2023, 6:24 PMprefect worker start - local-pool -q default
.Pedro Machado
05/22/2023, 8:30 PM