<@ULVA73B9P> does pausing a work queue pause flows...
# ask-marvin
c
@Marvin does pausing a work queue pause flows that are already pending or running?
m
Pausing a work queue does not affect flows that are already running. It will prevent new flow runs from being picked up by workers, but any flows that are already pending or in progress will continue as scheduled. For more details, you can refer to the Prefect documentation on work pools.