Skip to content

Commit 52207bc

Browse files
committed
minor formatting
1 parent 998a59b commit 52207bc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/reference/idle_runners.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,20 @@ the ability to keep "x" number of runners always (or at some specified times) ru
1414
This will help you run workflows almost instantly.
1515

1616
:::info
17-
Idle runners does not mean that the same machine will be re-used for jobs.
17+
- Idle runners does not mean that the same machine will be re-used for jobs.
1818
Runners are destroyed after the job completes. Idle runner configuration
1919
makes sure that given number of runners are always available, as in a runner
2020
is created if one of the runners picks up a job.
2121
:::
2222

23+
Specifying idle runners in the `.cirun.yml`, does not prevent spinning up of on-demand runners, but
24+
cirun will try to re-use existing runners where possible.
25+
2326
## Examples
2427

25-
### Make 4 runners always available from 9 AM - 5 PM on Monday to Friday and 1 on weekend:
28+
Here are some example of specifying configuration for idle runners in `.cirun.yml`
29+
30+
### Make `4` runners always available from 9 AM - 5 PM on Monday to Friday and `1` on the weekend:
2631

2732
```yaml
2833
runners:
@@ -46,7 +51,7 @@ runners:
4651
```
4752
4853
49-
### Make 4 runners always available from 9 AM - 5 PM on Monday to Friday and none on weekend:
54+
### Make `4` runners always available from 9 AM - 5 PM on Monday to Friday and `0` on weekend:
5055

5156
```yaml
5257
runners:

0 commit comments

Comments
 (0)