From 090fdf1715010b8e9f67f05b329be6f22ee5185a Mon Sep 17 00:00:00 2001 From: Renan DelValle <commit@ridv.xyz> Date: Thu, 7 May 2020 16:46:05 -0700 Subject: [PATCH] Removing update settings from cron example as they're not needed. --- test/hello_world_cron.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/test/hello_world_cron.yaml b/test/hello_world_cron.yaml index ff43c08..eab0dce 100644 --- a/test/hello_world_cron.yaml +++ b/test/hello_world_cron.yaml @@ -13,16 +13,3 @@ thermos: cmd: "echo bootstrapping" - name: "hello_gorealis" cmd: "echo hello world from gorealis; sleep 10;" -updateSettings: - maxPerInstanceFailures: 1 - maxFailedInstances: 1 - minTimeInRunning: 1m - rollbackOnFailure: true - instanceRanges: - - start: 1 - end: 4 - blockIfNoPulseAfter: 1m - slaAware: false - strategy: - name: Batch - groupSize: 2 \ No newline at end of file