Update tasks.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user