diff --git a/h_periodic/lms_beat.py b/h_periodic/lms_beat.py index f02d6a3..9a636ff 100644 --- a/h_periodic/lms_beat.py +++ b/h_periodic/lms_beat.py @@ -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},