Skip to content

Commit c5e4115

Browse files
committed
Update celery beat config variable name for new version of celery
1 parent e30e38f commit c5e4115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learnwithpeople/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236

237237
from celery.schedules import crontab
238238

239-
CELERYBEAT_SCHEDULE = {
239+
CELERY_BEAT_SCHEDULE = {
240240
'send_reminders': {
241241
'task': 'studygroups.tasks.send_reminders',
242242
'schedule': crontab(minute='*/5'),

0 commit comments

Comments
 (0)