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.
2 parents 06782e9 + b71494a commit b09206eCopy full SHA for b09206e
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