From bf53a2850cbeaba4ca8ad497a67f3d0ba69d61f5 Mon Sep 17 00:00:00 2001 From: Collin Preston Date: Fri, 26 May 2023 07:10:22 -0400 Subject: [PATCH] Remove scheduled cron task (#1635) --- main/settings.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/main/settings.py b/main/settings.py index e2f3f6be27..d1b00d7be0 100644 --- a/main/settings.py +++ b/main/settings.py @@ -869,16 +869,6 @@ month_of_year="*", ), }, - "sync-hubspot-user-contacts": { - "task": "hubspot_sync.tasks.sync_all_contacts_with_hubspot", - "schedule": crontab( - minute=0, - hour=0, - day_of_week="*", - day_of_month="*", - month_of_year="*", - ), - }, } # Hijack