Add sleep_repeats: 1
to debug-job-echo.sh
Add a `sleep_repeats: 1` setting to `debug-job-echo.sh`. It doesn't change the behaviour of the job, but it does make it visible that this setting exists, and that it can be used to generate a large number of tasks.
This commit is contained in:
parent
4f4af4029a
commit
93a3436495
@ -14,6 +14,7 @@ curl -X 'POST' \
|
|||||||
"priority": 3,
|
"priority": 3,
|
||||||
"settings": {
|
"settings": {
|
||||||
"sleep_duration_seconds": 20,
|
"sleep_duration_seconds": 20,
|
||||||
|
"sleep_repeats": 1,
|
||||||
"message": "Blender is {blender}"
|
"message": "Blender is {blender}"
|
||||||
},
|
},
|
||||||
"type": "echo-sleep-test"
|
"type": "echo-sleep-test"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user