mirror of
https://github.com/simple-login/app.git
synced 2025-09-29 18:06:34 +08:00
Upate crontab to make sure hibp and domain checks are running (#2327)
This commit is contained in:
parent
f1b2edf822
commit
53c09febf0
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue