PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Narrow the fix to the client-side worker enrichment (OSS-8146) Revert the server-side handling of invalid events and the generic client resend/drop mechanism. The defect is that EventsWorker appends run-context resources to an event that was already validated, so keep only that fix and its worker regression test.
devin/1786697534-events-refused-event-poison
8 hours ago
fix(workers): honor a prefetch_seconds of 0
ckarnell:fix/worker-prefetch-seconds-zero
11 hours ago
Count a resend attempt only when an event is actually resent (OSS-8146)
devin/1786697534-events-refused-event-poison
11 hours ago
Merge branch 'main' into better-types
tamasbelinszky:better-types
12 hours ago
Stop one refused event from stopping all event delivery (OSS-8146) The events worker appended the run context resources to an event that was already at the maximum, the API then refused the enlarged event and closed the websocket, and the client resent the refused event on every reconnect, so no later event was delivered. - truncate the related resources from the run context at the maximum - refuse an invalid event in /events/in without closing the connection - drop an unconfirmed event after a few failed resend attempts closes #22834
devin/1786697534-events-refused-event-poison
16 hours ago
Normalize async functions through configured @task()/@flow() factories too
tamasbelinszky:better-types
17 hours ago
fix failing check
uinstinct:cli-worker-bg
21 hours ago
docker: bind-mount the sdist so it stops shipping in published images The sdist was COPYed into the final stage and removed with `rm -rf dist/` in a later RUN, which only writes a whiteout: both layers were pushed, adding ~14.5 MB to every prefect image and ~0.9 MB to every prefect-client image. Bind-mounting the sdist keeps it out of the committed layers entirely. Closes #22831 Co-authored-by: Alexander Streed <desertaxle@users.noreply.github.com>
devin1/oss-8145-docker-sdist-layer
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
Keep run-context related resources within the maximum an event permits
#22835
9 hours ago
3f9ee5d
devin/1786697534-events-refused-event-poison
CodSpeed Performance Gauge
0%
Honor a prefetch_seconds of 0 in BaseWorker
#22836
11 hours ago
f32e2ab
ckarnell:fix/worker-prefetch-seconds-zero
CodSpeed Performance Gauge
0%
Fix async task and flow call-site typing and add typing regression tests
#22825
13 hours ago
84247d0
tamasbelinszky:better-types
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs