mirror of
https://github.com/simple-login/app.git
synced 2025-02-22 14:53:34 +08:00
Add entries for stat and notify_trial_end in crontab
This commit is contained in:
parent
868762bf9f
commit
1acdd1f592
1 changed files with 8 additions and 2 deletions
10
crontab.yml
10
crontab.yml
|
@ -1,6 +1,12 @@
|
|||
jobs:
|
||||
- name: SimpleLogin cronjob
|
||||
command: python /code/cron.py
|
||||
- name: SimpleLogin stats
|
||||
command: python /code/cron.py -j stats
|
||||
shell: /bin/bash
|
||||
schedule: "0 0 * * *"
|
||||
captureStderr: true
|
||||
|
||||
- name: SimpleLogin Notify Trial Ends
|
||||
command: python /code/cron.py -j notify_trial_end
|
||||
shell: /bin/bash
|
||||
schedule: "0 8 * * *"
|
||||
captureStderr: true
|
||||
|
|
Loading…
Reference in a new issue