Alter task to update all eveonline models

This commit is contained in:
Adarnof
2017-06-12 22:20:42 -04:00
parent ebb44773c2
commit 7ab88dd663
2 changed files with 15 additions and 38 deletions

View File

@@ -82,12 +82,8 @@ CELERYBEAT_SCHEDULE = {
'task': 'esi.tasks.cleanup_token',
'schedule': crontab(day_of_month='*/1'),
},
'run_corp_update': {
'task': 'eveonline.tasks.run_corp_update',
'schedule': crontab(minute=0, hour="*/2"),
},
'update_all_corpstats': {
'task': 'corputils.tasks.update_all_corpstats',
'run_model_update': {
'task': 'eveonline.tasks.run_model_update',
'schedule': crontab(minute=0, hour="*/6"),
},
}