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:
Sybren A. Stüvel 2022-07-07 10:26:18 +02:00
parent 4f4af4029a
commit 93a3436495

@ -14,6 +14,7 @@ curl -X 'POST' \
"priority": 3,
"settings": {
"sleep_duration_seconds": 20,
"sleep_repeats": 1,
"message": "Blender is {blender}"
},
"type": "echo-sleep-test"