If minRunners=0, runner is automatically shutdown after startup. #3520
-
Assuming minRunners is defined as, "the minimum amount of idle runners". Meaning i dont want to waste compute if the runner is idle. However. when i set runners to 0. A runner is spun up as intended , but immediately shutdown (even though there are active jobs). Contoller logs reconciles straight after the runner starts by saying desired = 0, but it should be the sum of activejobs and minRunners according to the documentation. Have I wrongfully used minRunner or is this a bug?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thank you I found the answer.. A bug introduced in 0.9.1 . |
Beta Was this translation helpful? Give feedback.
Thank you I found the answer.. A bug introduced in 0.9.1 .
#3450