Set up HIBP cron (max 1 at a time)

This commit is contained in:
Sylvia van Os 2021-05-14 19:57:57 +02:00
parent f67f5297f2
commit b3fa445250
1 changed files with 7 additions and 0 deletions

View File

@ -52,3 +52,10 @@ jobs:
shell: /bin/bash
schedule: "0 15 * * *"
captureStderr: true
- name: SimpleLogin HIBP check
command: python /code/cron.py -j check_hibp
shell: /bin/bash
schedule: "0 18 * * *"
captureStderr: true
concurrencyPolicy: "forbid"