Commits
Click on a commit to change the comparison rangeUpdate task engine to use GCLs to limit task concurrency24 days ago
by desertaxle Pass holder info from task engine24 days ago
by desertaxle Fixes failing tests24 days ago
by desertaxle Simplify context manager usage24 days ago
by desertaxle 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>24 days ago
by desertaxle