Skip to content

Commit 0fc6c39

Browse files
authored
Fix: README Formatting for Docusarus (cloudposse/terraform-aws-components#1084)
1 parent 0dcd45d commit 0fc6c39

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,11 @@ scale down to zero before finishing all the jobs, leaving some waiting indefinit
384384
the `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
385385
the 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
391393
merit adding a few extra minutes to the timeout.
392394

0 commit comments

Comments
 (0)