PrefectHQ / prefect

Prefect is a workflow orchestration tool empowering developers to build, observe, and react to data pipelines
https://prefect.io
Apache License 2.0
15.29k stars 1.5k forks source link

Fix bug where paused work queues getting unpaused and set to active on worker poll #14082

Closed collincchoy closed 1 week ago

collincchoy commented 1 week ago

This PR fixes a bug (regression from #13117) where a paused work queue gets automatically unpaused on worker poll.

Closes https://github.com/PrefectHQ/prefect/issues/13935

Checklist

For documentation changes:

For new functions or classes in the Python SDK: