mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
afe2de4167
* Fix: Create crontab for all hosts * Typo Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
8 lines
210 B
YAML
8 lines
210 B
YAML
jobs:
|
|
- name: SimpleLogin send unsent emails
|
|
command: python /code/cron.py -j send_undelivered_mails
|
|
shell: /bin/bash
|
|
schedule: "*/5 * * * *"
|
|
captureStderr: true
|
|
concurrencyPolicy: Forbid
|