mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
Fix task path for cleanup
This commit is contained in:
parent
474acbe298
commit
f8604ddaa6
@ -19,7 +19,7 @@ CELERYBEAT_SCHEDULE = {
|
||||
'schedule': timedelta(seconds=1800),
|
||||
},
|
||||
'clean-db': {
|
||||
'task': 'app.cabotapp.tasks.clean_db',
|
||||
'task': 'cabot.cabotapp.tasks.clean_db',
|
||||
'schedule': timedelta(seconds=60*60*24),
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user