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

[Impl] implement internal Job runner #2658

Open
vankichi opened this issue Sep 30, 2024 · 0 comments
Open

[Impl] implement internal Job runner #2658

vankichi opened this issue Sep 30, 2024 · 0 comments

Comments

@vankichi
Copy link
Contributor

Is your feature request related to a problem? Please describe.:

The current runner effectively manages long-term workloads like API servers, launching, terminating, and handling signals for proper shutdown.
However, handling short-term workloads like Jobs requires more complex management, as processes must self-terminate by sending SIGTERM when their use cases conclude.

Describe the solution you'd like:

Design and implement a runner for the Job, replacing the current Job runner.

Describe alternatives you've considered:

For short-term workloads, we want to stop the workload at any time (such as when the use case ends), so we design and implement a mechanism to achieve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant