소스 검색

Add entries for stat and notify_trial_end in crontab

Son NK 5 년 전
부모
커밋
1acdd1f592
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      crontab.yml

+ 8 - 2
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