Fix updates beat

This commit is contained in:
rubenwardy 2021-01-29 23:35:23 +00:00
parent 9e6ded6544
commit 9acb7698ef
1 changed files with 1 additions and 2 deletions

View File

@ -73,8 +73,7 @@ CELERYBEAT_SCHEDULE = {
'task': 'app.tasks.pkgtasks.updatePackageScores',
'schedule': crontab(minute=10, hour=1),
},
'package_score_update': {
'check_for_updates': {
'task': 'app.tasks.importtasks.check_for_updates',
'schedule': crontab(minute=10, hour=1),
},