mirror of
https://github.com/simple-login/app.git
synced 2024-11-11 01:42:54 +08:00
36 lines
1 KiB
YAML
36 lines
1 KiB
YAML
jobs:
|
|
- 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
|
|
|
|
- name: SimpleLogin Notify Manual Subscription Ends
|
|
command: python /code/cron.py -j notify_manual_subscription_end
|
|
shell: /bin/bash
|
|
schedule: "0 9 * * *"
|
|
captureStderr: true
|
|
|
|
- name: SimpleLogin Notify Premium Ends
|
|
command: python /code/cron.py -j notify_premium_end
|
|
shell: /bin/bash
|
|
schedule: "0 10 * * *"
|
|
captureStderr: true
|
|
|
|
- name: SimpleLogin Delete Refused Emails
|
|
command: python /code/cron.py -j delete_refused_emails
|
|
shell: /bin/bash
|
|
schedule: "0 11 * * *"
|
|
captureStderr: true
|
|
|
|
- name: SimpleLogin Poll Apple Subscriptions
|
|
command: python /code/cron.py -j poll_apple_subscription
|
|
shell: /bin/bash
|
|
schedule: "0 12 * * *"
|
|
captureStderr: true
|