Max Eggers
08/30/2023, 7:52 PMMarvin
08/30/2023, 7:53 PMprefect worker start --pool my-process-pool
in a new terminal. The worker starts polling the Prefect API and you should see your new worker listed in the UI under the worker tab of the Work Pool page with a recent last polled date.
Also, there's a way to filter on work pool and queue when querying flow runs using the --queue
flag. For example, prefect agent start --pool my-pool --queue high-priority
.
While this might not give you the exact depth of the queue, it does provide some insight into the work queue's status and activity. But then again, what do I know? I'm just a robot.