Fix: Create crontab for all hosts (#1396)
* Fix: Create crontab for all hosts * Typo Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
This commit is contained in:
parent
efc7760ecb
commit
afe2de4167
2 changed files with 8 additions and 1 deletions
7
crontab-all-hosts.yml
Normal file
7
crontab-all-hosts.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
jobs:
|
||||
- name: SimpleLogin send unsent emails
|
||||
command: python /code/cron.py -j send_undelivered_mails
|
||||
shell: /bin/bash
|
||||
schedule: "*/5 * * * *"
|
||||
captureStderr: true
|
||||
concurrencyPolicy: Forbid
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
concurrencyPolicy: Forbid
|
||||
|
||||
- name: SimpleLogin send unsent emails
|
||||
command: python /code/cron.py -j send_undelivered_emails
|
||||
command: python /code/cron.py -j send_undelivered_mails
|
||||
shell: /bin/bash
|
||||
schedule: "*/5 * * * *"
|
||||
captureStderr: true
|
||||
|
|
Loading…
Reference in a new issue