Skip to content

Commit

Permalink
More frequent roster fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Sep 6, 2024
1 parent 545c783 commit 6cc59ac
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": timedelta(hours=1),
"schedule": timedelta(minutes=15),
},
"delete_expired_task_done_rows": {
"task": "lms.tasks.task_done.delete_expired_rows",
Expand Down

0 comments on commit 6cc59ac

Please sign in to comment.