Skip to content

Commit

Permalink
Backfill all organization usage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Jun 19, 2024
1 parent 35de8aa commit 58339e8
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 @@ -35,7 +35,7 @@
"schedule_monthly_deal_report": {
"task": "lms.tasks.organization.schedule_monthly_deal_report",
"schedule": timedelta(minutes=15),
"kwargs": {"limit": 2, "backfill": 2},
"kwargs": {"limit": 2, "backfill": 20},
},
"delete_expired_task_done_rows": {
"task": "lms.tasks.task_done.delete_expired_rows",
Expand Down

0 comments on commit 58339e8

Please sign in to comment.