Hi everyone!
We’ve just released Prefect 2.7.1
This release adds:
-
a task run concurrency limits UI page - you can now add new task run concurrency limits and see how many slots are taken at any time
-
bulk deletion of flows, deployments, and work queues from the UI
-
PREFECT_EXTRA_ENTRYPOINTS
setting for module injection to allow registration of custom blocks (e.g. during CI/CD) -
improved timeout handling on the
KubernetesJob
block - this timeout is now disabled by default (i.e.job_watch_timeout_seconds
is set toNone
) -
fix for the
prefect agent start --prefetch-seconds
command -
fix for the flow run URL from notification blocks
…and several more intricate enhancements and fixes you can read about in the release notes.
Thanks to t-yuki
and padbk
for their first contributions.
Happy engineering!