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 metrics for the runner for picking up jobs #99

Open
lispyclouds opened this issue Mar 30, 2021 · 0 comments
Open

Add metrics for the runner for picking up jobs #99

lispyclouds opened this issue Mar 30, 2021 · 0 comments

Comments

@lispyclouds
Copy link
Member

Since the docker runner is concurrent and the numbers of runs is limited by the machine resources, having more and more jobs in the queue would cause the runner to pick them all up and be overwhelmed.

  • Have a way for the runner to decide whether it can pick up more jobs
  • Use metrics like CPU and/or RAM usage to check this maybe?
  • If the runner isn't capable, it should put the message back for other potential runner(s) to pick it up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: not prioritized
Development

No branches or pull requests

1 participant