From 1acdd1f5924cb9f28bd1aa4a709219582c610e64 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 2 Feb 2020 23:38:19 +0700 Subject: [PATCH] Add entries for stat and notify_trial_end in crontab --- crontab.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/crontab.yml b/crontab.yml index 579277c2..373138ae 100644 --- a/crontab.yml +++ b/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