Upate crontab to make sure hibp and domain checks are running (#2327)

This commit is contained in:
Adrià Casajús 2024-11-18 12:21:23 +01:00 committed by GitHub
parent f1b2edf822
commit 53c09febf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,9 @@ jobs:
- name: SimpleLogin Custom Domain check
command: python /code/cron.py -j check_custom_domain
shell: /bin/bash
schedule: "15 2 * * *"
schedule: "15 */4 * * *"
captureStderr: true
concurrencyPolicy: Forbid
onFailure:
retry:
maximumRetries: 10
@ -26,7 +27,7 @@ jobs:
- name: SimpleLogin HIBP check
command: python /code/cron.py -j check_hibp
shell: /bin/bash
schedule: "16 */4 * * *"
schedule: "*/5 * * * *"
captureStderr: true
concurrencyPolicy: Forbid
onFailure: