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 stale deployment statuses #14095

Closed collincchoy closed 1 week ago

collincchoy commented 1 week ago

Similar (but different) to #14082 - this PR fixes a separate issue where Deployment statuses aren't being updated correctly. In particular, a work pool + queue with a running worker does not update a newly created deployment to READY.

Closes #13869

See https://github.com/PrefectHQ/prefect/pull/14097 for 2.x port.

Checklist