Skip to content

Commit

Permalink
Schedule monthly usage report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Jun 12, 2024
1 parent 9432edb commit 3df17e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions h_periodic/lms_beat.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"task": "lms.tasks.hubspot.refresh_hubspot_data",
"schedule": crontab(hour=13),
},
"schedule_monthly_deal_report": {
"task": "lms.tasks.organization.schedule_monthly_deal_report",
"schedule": timedelta(hours=1),
"kwargs": {"limit": 1, "backfill": 24},
},
"delete_expired_task_done_rows": {
"task": "lms.tasks.task_done.delete_expired_rows",
"options": {"expires": 1800},
Expand Down

0 comments on commit 3df17e3

Please sign in to comment.