Update tasks.yaml

This commit is contained in:
jar3b 2019-03-29 01:40:08 +03:00
parent 7e840344d1
commit 1319236b8e

View File

@ -1,13 +1,13 @@
shell: "/bin/sh" shell: "/bin/sh"
tasks: tasks:
- name: reservation - name: sleep
crontab: "*/5 * * * * *" crontab: "*/5 * * * * *"
dir: "/tmp" dir: "/tmp"
useShell: true useShell: true
cmd: "sleep" cmd: "sleep"
args: ["60"] args: ["11"]
concurrencyPolicy: Replace concurrencyPolicy: Forbid
- name: test - name: hello_world
crontab: "*/10 * * * * *" crontab: "*/10 * * * * *"
dir: "/tmp" dir: "/tmp"
useShell: false useShell: false