You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
- add an optional worker.max_concurrent_agents_per_host setting to the
Elixir workflow schema
- update orchestrator host selection to skip SSH hosts that are at the
shared per-host cap and wait when all SSH hosts are full
- cover the new cap in config, scheduler, and spec documentation tests
Rationale:
- let operators bound concurrent ticket execution per SSH worker
machine without introducing per-host bespoke config
- keep scheduling behavior predictable by treating saturated SSH hosts
as temporarily unavailable instead of falling back to local execution
- document the feature lightly in the spec so the extension is visible
without overspecifying implementation details
Tests:
- make all
Co-authored-by: Codex <codex@openai.com>
0 commit comments