mirror of
https://github.com/simple-login/app.git
synced 2025-10-06 21:38:46 +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
|
- name: SimpleLogin Custom Domain check
|
||||||
command: python /code/cron.py -j check_custom_domain
|
command: python /code/cron.py -j check_custom_domain
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
schedule: "15 2 * * *"
|
schedule: "15 */4 * * *"
|
||||||
captureStderr: true
|
captureStderr: true
|
||||||
|
concurrencyPolicy: Forbid
|
||||||
onFailure:
|
onFailure:
|
||||||
retry:
|
retry:
|
||||||
maximumRetries: 10
|
maximumRetries: 10
|
||||||
|
@ -26,7 +27,7 @@ jobs:
|
||||||
- name: SimpleLogin HIBP check
|
- name: SimpleLogin HIBP check
|
||||||
command: python /code/cron.py -j check_hibp
|
command: python /code/cron.py -j check_hibp
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
schedule: "16 */4 * * *"
|
schedule: "*/5 * * * *"
|
||||||
captureStderr: true
|
captureStderr: true
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
onFailure:
|
onFailure:
|
||||||
|
|
Loading…
Add table
Reference in a new issue