Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Branches performance

Pull requests

Update task concurrency slot orchestration rules to work with global concurrency limits#18983
last run
4 hours ago
Address review comments
4 hours ago
7f73b85
alexs/oss-6981-update-tag-based-orchestration-rules-to-work-with-gcls
CodSpeed Performance Gauge
0%
Fix TestTaskConcurrencyLimits tests for refactored task engine Updates test assertions to match the refactored task engine implementation: - Changed from positional to keyword argument expectations (names=...) - Updated no-tags tests to expect concurrency calls with empty names list - Added proper context manager mock setup for all tests All tests in TestTaskConcurrencyLimits now pass with the new keyword-only concurrency function calls in the task engine. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
3 hours ago
8416a78
alexs/oss-6921-update-task-engine-to-use-v2-global-concurrency-limits
CodSpeed Performance Gauge
0%
fix: add pagination support to Redis lease storage implementation - Update Redis read_active_lease_ids to support offset parameter - Add comprehensive pagination tests for Redis storage - Ensure consistency with memory and filesystem implementations This completes the pagination support across all three storage backends.
1 day ago
a714165
nate/add-lease-storage-pagination
CodSpeed Performance Gauge
0%
fix: address concurrency adapter feedback - bulk operations and upfront checks - Check all zero limits upfront before acquiring any slots - Use true bulk operations for V2 limit acquisition (single call) - Optimize decrement to use bulk reads and bulk decrements - Fix batching in lease search (no offset support in read_active_lease_ids) These changes prevent partial acquisitions and reduce rollback complexity as identified in review feedback.
1 day ago
f55e540
nate/minimal-v1-v2-adapter
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs