@@ -35,3 +35,8 @@ jobs:
schedule: "0 12 * * *"
captureStderr: true
+ - name: SimpleLogin Sanity Check
+ command: python /code/cron.py -j sanity_check
+ shell: /bin/bash
+ schedule: "0 2 * * *"
+ captureStderr: true