Skip to content

Commit

Permalink
Add periodic task
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjp93 committed Oct 8, 2024
1 parent 8cd4a61 commit 93bc0ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lolsite/periodic_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"task": "data.tasks.import_missing",
"schedule": crontab(minute="10"),
},
# "mt-huge-match-import": {
# "task": "match.tasks.huge_match_import_task",
# "schedule": crontab(hour="1"),
# }
"mt-huge-match-import": {
"task": "match.tasks.huge_match_import_task",
"schedule": crontab(hour="0,12"),
}
}
app.conf.timezone = "America/Los_Angeles" # type: ignore

0 comments on commit 93bc0ef

Please sign in to comment.