Periodic checks of character ownership hashes.

Fix migration naming from merge.
This commit is contained in:
Adarnof
2017-09-17 02:31:46 -04:00
parent 02f2968ee5
commit 5ce5f37867
8 changed files with 67 additions and 26 deletions

View File

@@ -87,6 +87,10 @@ CELERYBEAT_SCHEDULE = {
'task': 'eveonline.tasks.run_model_update',
'schedule': crontab(minute=0, hour="*/6"),
},
'check_all_character_ownership': {
'task': 'authentication.tasks.check_all_character_ownership',
'schedule': crontab(hour='*/4'),
}
}
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)