Skip to content

Commit

Permalink
Remove scheduled cron task (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
collinpreston authored May 26, 2023
1 parent 1319fcb commit bf53a28
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf53a28

Please sign in to comment.