Skip to content

Commit

Permalink
feat: Deactivating unecessary task sync-contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ericosta-dev committed Aug 9, 2024
1 parent 32f88b9 commit 068fed1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions connect/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"task": "connect.common.tasks.capture_invoice",
"schedule": schedules.crontab(hour="8,10,13,15,17", minute=0),
},
"sync_contacts": {
"task": "sync_contacts",
"schedule": schedules.crontab(hour=settings.SYNC_CONTACTS_SCHEDULE, minute=0)
},
# "sync_contacts": {
# "task": "sync_contacts",
# "schedule": schedules.crontab(hour=settings.SYNC_CONTACTS_SCHEDULE, minute=0)
# },
# "sync-repositories-statistics": {
# "task": "connect.common.tasks.sync_repositories_statistics",
# "schedule": schedules.crontab(minute="*/8")
Expand Down

0 comments on commit 068fed1

Please sign in to comment.