mirror of
https://github.com/simple-login/app.git
synced 2026-04-07 19:27:34 +00:00
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:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user