Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

fix: skip no-op SQL filters for empty values to speed up deployment pagination#21115
last run
1 hour ago
fix: revert any_ changes to preserve match-nothing semantics any_=[] means 'match nothing' (like SQL IN ()), which is intentional. Only optimize like_ (empty string), all_ (empty list), and not_any_ (empty list) which are true no-ops that match everything. Co-authored-by: alex.s <alex.s@prefect.io> Co-Authored-By: alex.s <ajstreed1@gmail.com>
1 hour ago
f98220f
devin/oss-7759-1773422671
CodSpeed Performance Gauge
0%
Kill process group on flow run cancellation to stop child processes Start flow run subprocesses in their own process group (start_new_session=True) and use os.killpg instead of os.kill when cancelling. This ensures child processes spawned by ShellOperation (or anything else) get terminated along with the flow run process, instead of being orphaned. Fixes #20979
7 hours ago
2ec67b1
wavebyrd:fix/kill-process-group-on-cancel
CodSpeed Performance Gauge
0%
fix 429 rate limit#21111
last run
12 hours ago
fix 429 rate limit
13 hours ago
a9b6ea4
jellyfish0316:fix/worker-429-rate-limit-clean
CodSpeed Performance Gauge
0%
feat(server): #21109 support leading wildcards in resource matching of event triggers
12 hours ago
0dc2463
clifflau1120:21109-support-leading-wildcard-in-resource-matching-of-event-triggers
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs