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

Job async scheduling #765

Open
pditommaso opened this issue Dec 1, 2024 · 0 comments
Open

Job async scheduling #765

pditommaso opened this issue Dec 1, 2024 · 0 comments
Labels

Comments

@pditommaso
Copy link
Collaborator

The JobService is currently submitting jobs executions to the underlying infra as a soon as a request is made.

However this approach can resulting in excess pressure on the underlying system (e.g. K8s cluster) under high usage or submission peaks.

A better approach would be to acquire the job execution request adding it to a queue for "pending" jobs, and processing it asynchronously, provided the number of running jobs does not exceed a given quota.

Related to #603

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

No branches or pull requests

1 participant