mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
run the growth stats at different time than the daily monitoring stats
This commit is contained in:
parent
5b62f5a745
commit
fbf3d49717
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue