Allow for a idle timeout #336
Fabiosilvero
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
I am not completely sure how the workflow you describe works. Perhaps a few more details or a link to some documentation would help. GARM right now allows for pools where min-idle-runners are set to 0. In those cases, a runner is spun up on demand when a job is recorded in |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In jenkins GCP plugin, we can set an idle runner timeout. That permits to keep a runner idle for next jobs but deleting it afterwards, that way a runner won't exist forever.
Is it possible to implement it in Garm ? That way, we can have a min idle runners set to 0 but benefit from idle runners instead of deleting / requesting another one when min idle runners is set to 0 in pool :)
It can be really useful especially in the context of Cloud Providers when you pay per minute your VMs :/
Beta Was this translation helpful? Give feedback.
All reactions