forked from zed-io/kolektivo-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cron.yaml
25 lines (25 loc) · 838 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
cron:
- description: 'Store current prices in the db'
url: /cron/store-prices
target: alfajores
schedule: every 1 hours
- description: 'Update historical prices in firebase'
url: /cron/update-historical-prices
target: alfajores
schedule: every 10 minutes
- description: 'Update current prices in firebase'
url: /cron/update-current-prices
target: alfajores
schedule: every 1 minutes
- description: 'Store current prices in the db'
url: /cron/store-prices
target: default
schedule: every 1 hours
- description: 'Update historical prices in firebase'
url: /cron/update-historical-prices
target: default
schedule: every 10 minutes
- description: 'Update current prices in firebase'
url: /cron/update-current-prices
target: default
schedule: every 1 minutes