Skip to content

Commit

Permalink
Schedule fetching roster
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Sep 3, 2024
1 parent 6351c1e commit 23d7e80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions h_periodic/lms_beat.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"schedule": timedelta(minutes=15),
"kwargs": {"limit": 2, "backfill": 20},
},
"schedule_fetching_rosters": {
"task": "lms.tasks.roster.schedule_fetching_rosters",
"schedule": crontab(hour=14, minute=5),
},
"delete_expired_task_done_rows": {
"task": "lms.tasks.task_done.delete_expired_rows",
"options": {"expires": 1800},
Expand Down

0 comments on commit 23d7e80

Please sign in to comment.