Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(runner): tweak runner idling retry logic
Currently the runner keeps notifying `jobs` that it is idle every 10s However 10s might not be enough for jobs/fleet to terminate the runner and following request to /idle fails with an error. This commit increase the timeout when /idle was called successfully to give enough time to jobs/fleet to terminate the runner In theory we could also simply stop the loop once /idle has been successful
- Loading branch information