Skip to content

Commit

Permalink
Upate crontab to make sure hibp and domain checks are running
Browse files Browse the repository at this point in the history
  • Loading branch information
acasajus committed Nov 18, 2024
1 parent f1b2edf commit fb0a55f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crontab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit fb0a55f

Please sign in to comment.