Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure trackables occupy slots in the runner's concurrency pool. #59

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

chrismccord
Copy link
Member

Note: this allows a single caller checkout (FLAME.call) to return multiple trackables that exceed the runners max_concurrency limits. This is intentional and concurrency limits will be properly tracked and freed as the trackables go down and their checkouts are released.

*Note*: this allows a single caller checkout (FLAME.call) to
return multiple trackables that exceed the runners max_concurrency
limits. This is intentional and concurrency limits will be properly
tracked and freed as the trackables go down and their checkouts
are released.
@chrismccord chrismccord merged commit 0d55f3e into main Sep 5, 2024
2 checks passed
@chrismccord chrismccord deleted the cm-fix-trackable branch September 5, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants