Update tasks.yaml
This commit is contained in:
parent
7e840344d1
commit
1319236b8e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user