PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

fix(workers): prevent uvloop from setting global event loop policy in healthcheck#19660
last run
9 hours ago
fix(workers): prevent uvloop from setting global event loop policy in healthcheck uvicorn ≤0.35.0 with uvloop installed sets a global uvloop.EventLoopPolicy() when starting, which breaks subprocess spawning when a SelectorEventLoop is used (uvloop's policy doesn't implement get_child_watcher()). This adds loop="asyncio" to the healthcheck uvicorn config to prevent this, and updates settings access to use the new get_current_settings() pattern. Fixes #19658 šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 hours ago
70e2e0f
fix-healthcheck-uvloop-policy
CodSpeed Performance Gauge
0%
Revert zod schema change
9 hours ago
d2e03f7
fix-history-schema
CodSpeed Performance Gauge
0%
Remove validation_alias from new settings and add AGENTS.md - Remove unnecessary validation_alias from queue_max_size and max_flush_retries (only needed for backward compatibility) - Add src/prefect/settings/AGENTS.md documenting settings patterns - Use settings object instead of legacy PREFECT_* constants in trim() - Use logger format string instead of f-string šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 hours ago
3eddb09
event-persister-memory-mitigations
CodSpeed Performance Gauge
0%
fix: prevent heartbeat events after flow run completes#19641
last run
13 hours ago
Move heartbeat setting from runner to flows - Add flows.heartbeat_frequency with PREFECT_RUNNER_HEARTBEAT_FREQUENCY alias - Add deprecation warning when accessing runner.heartbeat_frequency - Update flow_engine to use flows.heartbeat_frequency - Update docs and tests šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 hours ago
4d356a5
fix-heartbeat-after-completion
CodSpeed Performance Gauge
0%
Ā© 2025 CodSpeed Technology
Home Terms Privacy Docs