mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
Typo fix in task name.
This commit is contained in:
parent
7e3856b4f5
commit
2d34bf1c54
@ -26,7 +26,7 @@ celery_schedule = {
|
||||
|
||||
if settings.VERSION_CHECK:
|
||||
celery_schedule['version_check'] = {
|
||||
'task': 'redash.tasks_version_check',
|
||||
'task': 'redash.tasks.version_check',
|
||||
# We need to schedule the version check to run at a random hour/minute, to spread the requests from all users
|
||||
# evenly.
|
||||
'schedule': crontab(minute=randint(0, 59), hour=randint(0, 23))
|
||||
|
Loading…
Reference in New Issue
Block a user