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

Add config for parallel command containers #402

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DrJosh9000
Copy link
Contributor

What

Define a new env var to set on the agent-start container that controls when the commands in the command containers can run.

Why

Each container connects to the agent-start container using a Unix domain socket, and then waits until the agent-start container tells it to start. Currently, it only starts containers serially: container with ID N only starts after container with ID N-1 is finished (except for container with ID 0, which can always start), with no way to override this.

This change implements such an override. Note that a corresponding agent change is also needed.

@DrJosh9000 DrJosh9000 marked this pull request as draft October 23, 2024 05:28
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