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:
Adrià Casajús
2022-11-02 18:13:24 +01:00
committed by GitHub
parent efc7760ecb
commit afe2de4167
2 changed files with 8 additions and 1 deletions
+7
View 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
+1 -1
View File
@@ -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