David Martin Calalang
07/22/2025, 3:19 PMMarvin
07/22/2025, 3:19 PMMarvin
07/22/2025, 3:19 PMbash
prefect work-queue resume "your-queue-name" --pool "your-pool-name"
Replace:
- your-queue-name
with the name of your work queue
- your-pool-name
with the name of your work pool
For example, if you have a work queue named "default" in a work pool named "my-pool", you would run:
bash
prefect work-queue resume "default" --pool "my-pool"
You can also list all work queues to see their current status using:
bash
prefect work-queue ls
This will show you which queues are paused and which are active.