Skip to content

Commit

Permalink
add: scheduled tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Jun 12, 2024
1 parent de5161e commit fe318dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamewide/scheduled/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ async def main():

scheduler = AsyncIOScheduler(timezone=pend.UTC)
scheduler.add_job(store_all_leaderboards, "cron", hour=4, minute=56)
scheduler.add_job(store_legends, "cron", day="", hour=5, minute=56)
scheduler.add_job(store_legends, "cron", day="*", hour=5, minute=56)
scheduler.add_job(store_cwl_wars, "cron", day="13", hour="19", minute=37)
scheduler.add_job(store_cwl_groups, "cron", day="9-12", hour="*", minute=35)
scheduler.add_job(update_autocomplete, "interval", minutes=30)
Expand Down

0 comments on commit fe318dc

Please sign in to comment.