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

Expose endpoint to control executors #416

Closed
Tracked by #396
morgsmccauley opened this issue Nov 21, 2023 · 1 comment · Fixed by #446
Closed
Tracked by #396

Expose endpoint to control executors #416

morgsmccauley opened this issue Nov 21, 2023 · 1 comment · Fixed by #446
Assignees

Comments

@morgsmccauley
Copy link
Collaborator

morgsmccauley commented Nov 21, 2023

Coordinator requires a direct control point to Runner so that it can control the state of the existing Executors.

An endpoint with the following capabilities should be exposed:

  • Start an Executor
  • Stop an Executor
  • List existing Executors

To enable a seamless transition to the Control Plane, we should be able to toggle between endpoint based control, and the existing solution in which Runner starts Executors on its own.

@darunrs
Copy link
Collaborator

darunrs commented Dec 21, 2023

Toggling between endpoint and existing has been moved to this Issue.

@darunrs darunrs closed this as completed Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants