From 93a34364954d04c1614da79b62e09edd9e8106da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 7 Jul 2022 10:26:18 +0200 Subject: [PATCH] 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. --- debug-job-echo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debug-job-echo.sh b/debug-job-echo.sh index 2f3708d2..b7e03ff7 100755 --- a/debug-job-echo.sh +++ b/debug-job-echo.sh @@ -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"