fix(queue): atomically claim queued runs#1206
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
federicodeponte
force-pushed
the
fix/1162-atomic-run-claim
branch
from
June 15, 2026 13:39
aed29e6 to
df0cf81
Compare
federicodeponte
force-pushed
the
fix/1162-atomic-run-claim
branch
from
June 15, 2026 14:24
df0cf81 to
bd8919e
Compare
itachi-hue
pushed a commit
that referenced
this pull request
Jun 19, 2026
itachi-hue
pushed a commit
that referenced
this pull request
Jun 19, 2026
itachi-hue
pushed a commit
that referenced
this pull request
Jun 19, 2026
itachi-hue
pushed a commit
that referenced
this pull request
Jun 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
RunRepository.claim_queued()as a compare-and-set transition from queued to runningFixes #1162.
Verification
python3 -m ruff check apps/api/db/interface.py apps/api/db/sqlite.py apps/api/run_service.py tests/test_s35_queue.pypython3 -m compileall -q apps/api/db/interface.py apps/api/db/sqlite.py apps/api/run_service.pypython3 -m pytest tests/test_s35_queue.py -q-> 16 passed