PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix double backticks in docstring Co-authored-by: Alexander Streed <alex.s@prefect.io>
devin/1783082794-supervise-docket-worker
8 hours ago
Supervise Docket worker to restart after Redis failover Docket's Worker._run() reconnect loop only catches redis.exceptions.ConnectionError. During Redis failovers, redis.exceptions.TimeoutError (not a ConnectionError subclass) can propagate out of run_forever(), silently killing the worker loop while the independent heartbeat task keeps the pod healthy. Wrap worker.run_forever() in _supervised_worker() that catches any unexpected exception and restarts after the configured reconnection_delay, so background scheduling resumes once Redis connectivity recovers. closes #22436 Co-authored-by: Alexander Streed <alex.s@prefect.io>
devin/1783082794-supervise-docket-worker
8 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)
eeshsaxena:fix-docstring-param-names
9 hours ago
Fix review findings in Redis Sentinel support - Tolerate pre-connection_url pickles in RedisLockManager.__setstate__ - Honor tls_insecure/tls_ca_file on single-node messaging URLs and retain them verbatim in RedisDatabase.from_connection_string - Detect Sentinel schemes without urlsplit (IPv6 member lists) and case-insensitively; same for cluster URLs - Forward caller socket timeouts to the Sentinel daemon connections - Lift the 0-15 database index cap (only negative indexes are invalid) - Close Sentinel daemon clients deterministically in read_path/write_path via new close_redis_client/aclose_redis_client helpers Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
fatih-acar:feat/redis-sentinel-on-22211
23 hours ago
docs: document cronstrue/croniter divergence guard in components AGENTS.md (#22422) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
1 day ago
chore(deps): bump the ui-v2-dependencies group across 1 directory with 38 updates (#22425) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Streed <alex.s@prefect.io>
main
1 day ago
fix(ui-v2): prevent date picker from jumping when switching months (#22431) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alexander Streed <ajstreed1@gmail.com>
main
1 day ago
Send workspace resolver pull step logs to the API (#22432) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
main
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
Supervise Docket worker to restart after Redis failover
#22437
8 hours ago
4c5efe0
devin/1783082794-supervise-docket-worker
CodSpeed Performance Gauge
0%
Fix parameter name mismatches in docstrings
#22435
9 hours ago
3dd2af7
eeshsaxena:fix-docstring-param-names
CodSpeed Performance Gauge
0%
Add Redis Sentinel support to prefect-redis
#22377
23 hours ago
99faae6
fatih-acar:feat/redis-sentinel-on-22211
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs