Skip to content

Commit d4ee0cd

Browse files
committed
Match task name from the one on .com
1 parent d343523 commit d4ee0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def TEMPLATES(self):
427427
'schedule': crontab(minute=0, hour=1),
428428
'options': {'queue': 'web'},
429429
},
430-
'every-week-delete-old-personal-audit-logs': {
430+
'weekly-delete-old-personal-audit-logs': {
431431
'task': 'readthedocs.audit.tasks.delete_old_personal_audit_logs',
432432
'schedule': crontab(day_of_week='wednesday', hour=7, minute=0),
433433
'options': {'queue': 'web'},

0 commit comments

Comments
 (0)