PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps-dev): bump the eslint group in /ui-v2 with 2 updates (#21127)
main
5 hours ago
fix(worker): use correct cyclopts bool flag syntax for --no-create-pool-if-not-found The slash notation "--create-pool-if-not-found/--no-create-pool-if-not-found" is Typer/Click syntax. cyclopts treats it as a literal flag name, so --no-create-pool-if-not-found is never registered and the CLI returns exit code 1 with "Unknown option". Fix: pass just "--create-pool-if-not-found" — cyclopts auto-generates --no-create-pool-if-not-found for bool-typed parameters. Fixes CI failure: test_start_worker_no_create_pool_if_not_found
VittoriaLanzo:fix/20980-no-create-pool-if-not-found
12 hours ago
Merge branch 'main' into fix/issue-20117-runner-aenter-race
jellyfish0316:fix/issue-20117-runner-aenter-race
20 hours ago
fix: serialize runner lifecycle during concurrent auto-start
jellyfish0316:fix/issue-20117-runner-aenter-race
2 days ago
Merge branch 'PrefectHQ:main' into fix/otel-flow-run-subprocess
shnhdan:fix/otel-flow-run-subprocess
2 days ago
chore(deps): bump undici from 7.21.0 to 7.24.1 in /ui-v2 (#21123)
main
2 days ago
fix: ProcessPoolTaskRunner now checks upstream task states in wait_for dependencies Previously, _resolve_futures_and_submit called wait() on wait_for futures but discarded their states by passing wait_for=None to the subprocess. This meant the subprocess task engine never ran _wait_for_dependencies, so failed upstream tasks were silently ignored and the downstream task would execute instead of being set to NotReady. The fix extracts the terminal State from each waited future and passes those states (which are picklable, unlike futures) to the subprocess. The task engine's _wait_for_dependencies -> resolve_to_final_result already handles State objects, correctly raising UpstreamTaskError for non-completed upstreams, which sets the downstream task to NotReady. Closes #21117 Co-authored-by: alex.s <alex.s> Co-Authored-By: unknown <>
devin/OSS-7764-1773438866
2 days ago
fix: skip no-op SQL filters for empty values to speed up deployment pagination (#21115) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s <alex.s@prefect.io> Co-authored-by: alex.s <ajstreed1@gmail.com>
main
2 days ago
Active Branches
feat(worker): add --no-create-pool-if-not-found flag to worker start
last run
12 hours ago
#21004
CodSpeed Performance Gauge
0%
Fix/issue 20117 runner aenter race
last run
20 hours ago
#21124
CodSpeed Performance Gauge
0%
Fix: propagate opentelemetry-instrument and ddtrace-run to flow run subprocesses
last run
2 days ago
#21041
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs