File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -694,11 +694,14 @@ def BUILD_MEMORY_LIMIT(self):
694
694
"schedule" : crontab (minute = "*/30" , hour = "*" ),
695
695
"options" : {"queue" : "web" },
696
696
},
697
- "every-day-resync-remote-repositories" : {
698
- "task" : "readthedocs.oauth.tasks.sync_active_users_remote_repositories" ,
699
- "schedule" : crontab (minute = 30 , hour = 2 ),
700
- "options" : {"queue" : "web" },
701
- },
697
+ # Stop running this task,
698
+ # it was rerunning multiple times per day,
699
+ # and causing celery instances to freeze up.
700
+ # "every-day-resync-remote-repositories": {
701
+ # "task": "readthedocs.oauth.tasks.sync_active_users_remote_repositories",
702
+ # "schedule": crontab(minute=30, hour=2),
703
+ # "options": {"queue": "web"},
704
+ # },
702
705
"every-day-email-pending-custom-domains" : {
703
706
"task" : "readthedocs.domains.tasks.email_pending_custom_domains" ,
704
707
"schedule" : crontab (minute = 0 , hour = 3 ),
You can’t perform that action at this time.
0 commit comments