decrease clearing period
This commit is contained in:
parent
cf9eb34e96
commit
767091c4b8
@ -149,6 +149,6 @@ CELERY_TIMEZONE = "Europe/Warsaw"
|
||||
CELERY_BEAT_SCHEDULE = {
|
||||
'clear_sessions': {
|
||||
'task': 'clear_sessions',
|
||||
'schedule': 60.0,
|
||||
'schedule': 20.0,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user