We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06782e9 commit b71494aCopy full SHA for b71494a
website/settings/defaults.py
@@ -620,7 +620,7 @@ class CeleryConfig:
620
'kwargs': {'dry_run': False},
621
},
622
'clear_expired_sessions': {
623
- 'task': 'management.commands.clear_expired_sessions',
+ 'task': 'osf.management.commands.clear_expired_sessions',
624
'schedule': crontab(minute=0, hour=5), # Daily 12 a.m
625
626
0 commit comments