init push - laying out the project
This commit is contained in:
24
portal/config/schedule.yml
Normal file
24
portal/config/schedule.yml
Normal file
@ -0,0 +1,24 @@
|
||||
pull_upcoming_events:
|
||||
cron: "0 * * * *"
|
||||
class: "PullUpcomingEventsJob"
|
||||
queue: low
|
||||
pull_event_markets:
|
||||
cron: "*/3 * * * *"
|
||||
class: "PullEventMarketsJob"
|
||||
queue: medium
|
||||
pull_market_ods:
|
||||
cron: "*/3 * * * * *"
|
||||
class: "PullLatestOddsPricesJob"
|
||||
queue: high
|
||||
pull_tips:
|
||||
cron: "*/5 * * * * *"
|
||||
class: "PullTipsJob"
|
||||
queue: high
|
||||
clear_old_pulls:
|
||||
cron: "0 * * * *"
|
||||
class: "ClearOldPullsJob"
|
||||
queue: medium
|
||||
reconcile_accounts:
|
||||
cron: "* * * * *"
|
||||
class: "AccountSyncAndReconciliationJob"
|
||||
queue: high
|
Reference in New Issue
Block a user