mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Fix updates beat
This commit is contained in:
parent
9e6ded6544
commit
9acb7698ef
@ -73,8 +73,7 @@ CELERYBEAT_SCHEDULE = {
|
|||||||
'task': 'app.tasks.pkgtasks.updatePackageScores',
|
'task': 'app.tasks.pkgtasks.updatePackageScores',
|
||||||
'schedule': crontab(minute=10, hour=1),
|
'schedule': crontab(minute=10, hour=1),
|
||||||
},
|
},
|
||||||
|
'check_for_updates': {
|
||||||
'package_score_update': {
|
|
||||||
'task': 'app.tasks.importtasks.check_for_updates',
|
'task': 'app.tasks.importtasks.check_for_updates',
|
||||||
'schedule': crontab(minute=10, hour=1),
|
'schedule': crontab(minute=10, hour=1),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user