feat: support ms for --builder.interval (#10168)

This commit is contained in:
Matthias Seitz
2024-08-07 16:33:57 +02:00
committed by GitHub
parent 0fb72762de
commit 1d4638724c
4 changed files with 62 additions and 6 deletions

View File

@ -441,8 +441,10 @@ Builder:
[default: 30000000]
--builder.interval <SECONDS>
The interval at which the job should build a new payload after the last (in seconds)
--builder.interval <DURATION>
The interval at which the job should build a new payload after the last.
Interval is specified in seconds or in milliseconds if the value ends with `ms`: * `50ms` -> 50 milliseconds * `1` -> 1 second
[default: 1]