-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcron.yaml
28 lines (28 loc) · 877 Bytes
/
cron.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
cron:
- description: data updating
url: /tasks/dataupdating/
schedule: every 30 minutes
- description: data cleaning
url: /tasks/datacleaning/
schedule: every day 01:00
- description: invoice calculation
url: /tasks/invoicecalc/
schedule: every day 10:00
- description: invoice notification
url: /tasks/invoicenoti/
schedule: every 2 hours
- description: invoice automatic payment
url: /tasks/autopay/
schedule: every day 08:00
- description: setup or refresh dwolla webhook
url: /tasks/dwolla_webhook_setup/
schedule: every day 18:00
- description: refresh dwolla access token
url: /tasks/dwolla_token_refresh/
schedule: every 30 minutes
- description: add fee after free trial
url: /tasks/process_fee/
schedule: every day 09:00
- description: update expired enrollment status
url: /tasks/enrollment_status_update/
schedule: every day 00:00