diff --git a/crontab-all-hosts.yml b/crontab-all-hosts.yml new file mode 100644 index 00000000..af15f7f2 --- /dev/null +++ b/crontab-all-hosts.yml @@ -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 diff --git a/crontab.yml b/crontab.yml index 338c1d11..ec5a257a 100644 --- a/crontab.yml +++ b/crontab.yml @@ -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