init push - laying out the project

This commit is contained in:
Mike Sutton
2022-11-12 02:27:46 +01:00
commit 14e163a1a5
183 changed files with 20069 additions and 0 deletions

View 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