<@ULVA73B9P> does pausing a work pool also pause a...
# ask-marvin
c
@Marvin does pausing a work pool also pause all of it's work queues?
m
Pausing a work pool does not automatically pause its work queues. While pausing a work pool stops the delivery of work to workers, it does not affect the deployment schedules associated with that work pool. Flow runs will continue to be scheduled but will not execute until the work pool is resumed. For more details, you can refer to the Prefect documentation on work pools.