Skip to content

[codex] add parallel task dispatch#2

Merged
NitayRabi merged 1 commit into
mainfrom
codex/parallel-dispatch
Apr 30, 2026
Merged

[codex] add parallel task dispatch#2
NitayRabi merged 1 commit into
mainfrom
codex/parallel-dispatch

Conversation

@NitayRabi

Copy link
Copy Markdown
Contributor

Summary

Adds parallel dispatch planning so sao can run multiple eligible tasks up to the global runtime limit while respecting per-agent parallel limits and avoiding concurrent work in the same repository. Updates task completion/failure bookkeeping for concurrent outcomes and documents that agent execution is routed through acpx.

Impact

Eligible issues can now be dispatched in one cycle instead of only selecting the first task. Existing running tasks continue to count against global, agent, repo, and issue availability checks.

Validation

  • Not run: go test ./... (go binary is not installed or not on PATH in this environment).

@NitayRabi NitayRabi marked this pull request as ready for review April 30, 2026 10:32
@NitayRabi NitayRabi merged commit 0fa35d2 into main Apr 30, 2026
1 check passed
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.

1 participant