File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -384,9 +384,11 @@ scale down to zero before finishing all the jobs, leaving some waiting indefinit
384384the `max_duration` to a time long enough to cover the full time a job may have to wait between the time it is queued and
385385the time it finishes, assuming that the HRA scales up the pool by 1 and runs the job on the new runner.
386386
387- :::info If there are more jobs queued than there are runners allowed by `maxReplicas`, the timeout timer does not start
388- on the capacity reservation until enough reservations ahead of it are removed for it to be considered as representing
389- and active job. Although there are some edge cases regarding `max_duration` that seem not to be covered properly (see
387+ :::info
388+
389+ If there are more jobs queued than there are runners allowed by `maxReplicas`, the timeout timer does not start on the
390+ capacity reservation until enough reservations ahead of it are removed for it to be considered as representing and
391+ active job. Although there are some edge cases regarding `max_duration` that seem not to be covered properly (see
390392[actions-runner-controller issue # 2466](https://github.com/actions/actions-runner-controller/issues/2466)), they only
391393merit adding a few extra minutes to the timeout.
392394
You can’t perform that action at this time.
0 commit comments