PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Add empty state to React dashboard when no flow runs exist (#19643)
main
9 hours ago
fix: prevent heartbeat events after flow run completes Fixes a race condition where heartbeat events could be emitted after a flow run has already completed. This could incorrectly trigger zombie flow detection automations. The issue occurred because the periodic heartbeat loop iterates over _flow_run_process_map and collects flow runs to emit heartbeats for. Between iteration and actual emission (which involves async lookups), a flow run could complete and be removed from the map. The heartbeat would still be emitted, appearing after the terminal state event. The fix adds a check_incomplete parameter to _emit_flow_run_heartbeat. When True (used by the periodic heartbeat loop), it verifies the flow run is still in the process map before emitting. This prevents emitting heartbeats for flow runs that completed during heartbeat preparation. Closes #19598 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
fix-heartbeat-after-completion
12 hours ago
Auto-update documentation (#19640) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
12 hours ago
fix: remove return type annotation from settings serializer to fix OpenAPI schema (#19616) Co-authored-by: Claude <noreply@anthropic.com>
main
12 hours ago
chore(deps): bump actions/checkout from 5 to 6 (#19499) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
12 hours ago
chore(deps): bump glob from 10.4.5 to 10.5.0 in /ui-v2 (#19478) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
13 hours ago
Turn off depdendabot for Vue UI package updates (#19636)
main
13 hours ago
migrate `prefect.input.actions` from sync_compatible to async_dispatch (#19632) Co-authored-by: Claude <noreply@anthropic.com>
main
13 hours ago
Active Branches
fix: prevent heartbeat events after flow run completes
last run
12 hours ago
#19641
CodSpeed Performance Gauge
0%
Add PostgreSQL `search_path` support via settings
last run
18 hours ago
#19620
CodSpeed Performance Gauge
0%
Add client-side configuration for deployment concurrency grace period
last run
1 day ago
#19489
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs