Skip to content

Commit

Permalink
Schedule roster fetching hourly
Browse files Browse the repository at this point in the history
After the first successfully sync start running it more frequently
  • Loading branch information
marcospri committed Sep 4, 2024
1 parent 9aea011 commit 545c783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h_periodic/lms_beat.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"schedule_fetching_rosters": {
"task": "lms.tasks.roster.schedule_fetching_rosters",
"schedule": crontab(hour=14, minute=5),
"schedule": timedelta(hours=1),
},
"delete_expired_task_done_rows": {
"task": "lms.tasks.task_done.delete_expired_rows",
Expand Down

0 comments on commit 545c783

Please sign in to comment.