run the growth stats at different time than the daily monitoring stats

This commit is contained in:
Son 2022-02-10 10:39:03 +01:00
parent 5b62f5a745
commit fbf3d49717
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ jobs:
- name: SimpleLogin stats
command: python /code/cron.py -j stats
shell: /bin/bash
schedule: "0 0 * * *"
schedule: "0 1 * * *"
captureStderr: true
- name: SimpleLogin stats