PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix Windows permission error on git pull in runner storage (OSS-8066) On Windows, git object files are read-only, so a git pull that repacks or replaces them fails with '[WinError 5] Access is denied'. Clear the read-only attribute on the .git directory before pulling. Closes #22446 Co-authored-by: Alex Streed <alex.s@prefect.io>
devin1/oss-8066-windows-permission-error-after-git-pull-on-worker
6 hours ago
feat(prefect-azure): managed-identity auth for Azure Database for PostgreSQL (#22420) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
main
10 hours ago
docs: clarify pull steps run before module-path entrypoint imports (#22402) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
11 hours ago
use FastAPI frontend routes for UI assets (#22421)
main
11 hours ago
Add tests for untested functions in utilities.math (#22438)
main
12 hours ago
Keep TaskRunRecorder periodic flush alive when events are dropped (#22441) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
main
12 hours ago
Fix parameter name mismatches in docstrings - server/models/work_queues.py: read_work_queue_by_name docstring said "by id" with a `work_queue_id` arg; it takes `name` - server/models/workers.py: `worker` -> `work_pool` in update_work_pool - server/schemas/core.py: `late_runs` -> `late_runs_count` in evaluate_health_status - server/models/artifacts.py: remove stale `work_pool_filter` entry from read_artifacts and read_latest_artifacts (not a parameter)
main
1 day ago
Keep TaskRunRecorder periodic flush alive when events are dropped flush() re-raises when an event is dropped after exhausting persist retries. flush_periodically only caught CancelledError, so that raise killed the periodic flush task — silently, since it is only cancelled and never awaited. With the default batch_size of 1, the message handler drains exactly one queued event per incoming message, so once the queue backlog exceeded the batch size the newest task-run events were stranded forever and their task runs never reached the database. Fixes #21057 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
fix-task-run-recorder-periodic-flush-death
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix Windows permission error on git pull in runner storage
#22447
6 hours ago
b23063a
devin1/oss-8066-windows-permission-error-after-git-pull-on-worker
CodSpeed Performance Gauge
0%
Keep TaskRunRecorder periodic flush alive when events are dropped
#22441
1 day ago
d2220af
fix-task-run-recorder-periodic-flush-death
CodSpeed Performance Gauge
0%
fix: Missing task runs in flow runs.
#22440
2 days ago
4c3f0de
trinathone:fix/issue-21057-missing-task-runs-in-flow-runs-
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs