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.