Skip to content

feat: remove cpu limit for all jobs

Marco Wettstein requested to merge increase-cpu-limit into main

there isn't much harm when job runners overuse cpu. They need it in bursts usually.

But having a limit will throttle the job execution and make it slower than it needs to be

Question:

  • is my assumption correct that there should be no downside of doing this?
  • should we just remove KUBERNETES_CPU_LIMIT everywhere?

--> limit will be removed

Edited by Marco Wettstein

Merge request reports