change period to float
This commit is contained in:
parent
8f794f1e12
commit
cfcdc0547b
@ -149,6 +149,6 @@ CELERY_TIMEZONE = "Europe/Warsaw"
|
||||
CELERY_BEAT_SCHEDULE = {
|
||||
'clear_sessions': {
|
||||
'task': 'clear_sessions',
|
||||
'schedule': 60,
|
||||
'schedule': 60.0,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user