PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Port @prefecthq/graphs core into ui-v2 (#21151) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s <alex.s@prefect.io> Co-authored-by: alex.s <ajstreed1@gmail.com>
main
14 minutes ago
fix: Remove is_paused filter from pool slot-holder query The Postgres and SQLite scheduler templates disagree on whether paused queues count toward pool capacity (Postgres excludes them, SQLite doesn't). As a status/debugging endpoint, we show all runs that are actually consuming resources regardless of queue pause state. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
alexs/oss-7697-oss-add-concurrency-status-endpoints-and-client-methods
15 minutes ago
fix: Add stable ordering to slot-holder queries for pagination Both queries now order by flow_run.id so paginated results are deterministic across requests. Work queues are already ordered by priority from read_work_queues. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
alexs/oss-7697-oss-add-concurrency-status-endpoints-and-client-methods
27 minutes ago
fix: Exclude paused queues from pool slot-holder counts The work-pool scheduler SQL (get-runs-from-worker-queues.sql.jinja) applies wq.is_paused IS FALSE when counting occupied pool slots. The pool status endpoint was missing this filter, inflating active_slots for pools with paused queues that have running/pending runs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
alexs/oss-7697-oss-add-concurrency-status-endpoints-and-client-methods
35 minutes ago
fix: tighten module path validation to require at least 2 dots A valid module path entrypoint needs at least module.submodule.function, so require count('.') >= 2 instead of just checking for any dot. This prevents bare filenames like 'file.py' from passing validation. Co-authored-by: alex.s <alex.s@prefect.io> Co-Authored-By: alex.s <ajstreed1@gmail.com>
devin/1773794234-module-path-entrypoint
49 minutes ago
feat(server): #21109 translate glob patterns to SQL LIKE expression for database queries
clifflau1120:21109-support-leading-wildcard-in-resource-matching-of-event-triggers
2 hours ago
fix(server): #21109 handle escape of % and _
clifflau1120:21109-support-leading-wildcard-in-resource-matching-of-event-triggers
2 hours ago
feat: support module path entrypoints in prefect.yaml deployments Allow entrypoints to be specified as Python module paths (e.g., 'my_app.my_flow.main') in addition to file paths (e.g., 'flows/my_flow.py:main'). Changes: - Flow.from_source/afrom_source: detect module paths (no ':') and add storage.destination to sys.path instead of joining as file path - RunnerDeployment.from_storage/afrom_storage: same module path handling, plus set _entrypoint_type to MODULE_PATH - EntrypointPrompt.process_response: accept module paths in CLI validation - Add tests for all changed code paths Closes #16998 Co-authored-by: alex.s <alex.s@prefect.io> Co-Authored-By: alex.s <ajstreed1@gmail.com>
devin/1773794234-module-path-entrypoint
2 hours ago
Active Branches
Add concurrency status endpoints and client methods
#21150
last run
15 minutes ago
CodSpeed Performance Gauge
0%
feat: support module path entrypoints in prefect.yaml deployments
#21152
last run
49 minutes ago
CodSpeed Performance Gauge
0%
feat(server): #21109 support glob patterns in events matching
#21110
last run
2 hours ago
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs