Skip to content

Commit b09206e

Browse files
committed
Merge branch 'hotfix/24.06.1'
2 parents 06782e9 + b71494a commit b09206e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/settings/defaults.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ class CeleryConfig:
620620
'kwargs': {'dry_run': False},
621621
},
622622
'clear_expired_sessions': {
623-
'task': 'management.commands.clear_expired_sessions',
623+
'task': 'osf.management.commands.clear_expired_sessions',
624624
'schedule': crontab(minute=0, hour=5), # Daily 12 a.m
625625
'kwargs': {'dry_run': False},
626626
},

0 commit comments

Comments
 (0)