PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

fix: display error details nicely in `work-pool create` command#20277
last run
22 hours ago
fix: display error details nicely in work-pool create command When the API returns an HTTP error with a detail message (e.g., when reaching the maximum number of work pools), the CLI now displays the detail message instead of showing a full stack trace. Fixes #20243 Co-Authored-By: Nate Nowack <nate@prefect.io>
22 hours ago
29289de
devin/1768585526-work-pool-create-error-handling
CodSpeed Performance Gauge
0%
Add httpx.ConnectError to client retry exceptions#20276
last run
16 hours ago
Add httpx.ConnectError to client retry exceptions When the Prefect server becomes unavailable after initial connection (e.g., during restart), API calls now retry with exponential backoff instead of failing immediately. This prevents flow runs from getting stuck in Pending state when the server goes down, as the worker can now successfully mark them as crashed once the server recovers. Key behavior: - ConnectError is NOT retried on first request (fail fast for wrong URL) - ConnectError IS retried after a successful connection has been made Closes #18324 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 hours ago
9f663c1
joshstagner/oss-6656-retry-on-connect-error
CodSpeed Performance Gauge
0%
fix: allow cancelled flows to be retried Remove CANCELLED from FROM_STATES in EnforceCancellingToCancelledTransition. This rule should only block transitions FROM CANCELLING, not CANCELLED. The rule name, docstring, and error message all reference "cancelling" states, but the implementation incorrectly included CANCELLED, preventing retries. Fixes #20271 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 hours ago
413eb4a
fix/cancelled-flow-retry-blocked
CodSpeed Performance Gauge
0%
chore: update uv.lock for ruff 0.14.13 Co-Authored-By: alex.s@prefect.io <ajstreed1@gmail.com>
1 day ago
9903fd5
dependabot/pip/ruff-0.14.13
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs