PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Allow custom log storage implementations
cakeisacake:add-custom-log-storage
4 hours ago
Crash interrupted runs only for workers whose runs end with them Most workers watch infrastructure that keeps running when the worker stops, so proposing Crashed for every run a shutdown interrupts would mask the real outcome of a run still executing elsewhere. Add a flow_runs_end_with_worker class variable, False by default and True on ProcessWorker, whose subprocess does go down with it, and only take the shutdown branch when it is set.
alekseevpavel04:fix/crash-runs-on-worker-shutdown
7 hours ago
Follow the API base path when pointing the UI at its server The server mounts its API under PREFECT_SERVER_API_BASE_PATH when that is set and under /api otherwise. The UI URL was built with a literal /api, so a server started with a custom base path handed its UI a path nothing serves. Use the same rule as the mount, and add a regression with the base path at /custom-api.
alekseevpavel04:fix/ui-api-url-from-serving-server
7 hours ago
fix(cache): include closure cells in TASK_SOURCE cache key Factory-defined tasks with identical source but different captured free variables no longer share a cache entry. Fixes #23062
arimu1:fix/23062-task-source-closure
19 hours ago
Merge upstream/main and update DB Vacuum inventory
Mukeshkr-19:fix/background-service-inventory
2 days ago
fix(cli): address background service inventory review
Mukeshkr-19:fix/background-service-inventory
2 days ago
Merge branch 'main' into fix/validate-negative-timeout-in-pause-flow-run
kingsley-123:fix/validate-negative-timeout-in-pause-flow-run
2 days ago
chore(deps): Update npm dependencies (#22992) Co-authored-by: prefect-renovate[bot] <313130218+prefect-renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Streed <desertaxle@users.noreply.github.com>
main
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Allow custom log storage implementations
#23093
5 hours ago
4baa824
cakeisacake:add-custom-log-storage
CodSpeed Performance Gauge
0%
Crash flow runs interrupted by worker shutdown
#23016
8 hours ago
8115396
alekseevpavel04:fix/crash-runs-on-worker-shutdown
CodSpeed Performance Gauge
0%
Point the server's UI at the server that serves it
#22986
8 hours ago
17de7f9
alekseevpavel04:fix/ui-api-url-from-serving-server
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs