Migrated the final cronjobs over to tasks

This commit is contained in:
2010-11-10 12:15:43 +00:00
parent f7657a7325
commit db28b3902a
8 changed files with 22 additions and 146 deletions

View File

@@ -168,7 +168,10 @@ CELERYBEAT_SCHEDULE = {
"task": "eve_api.tasks.queue_apikey_updates",
"schedule": timedelta(minutes=10),
},
"alliance-update": {
"task": "import_alliance_details",
"schedule": timedelta(hours=6),
},
}
CELERY_SEND_TASK_ERROR_EMAILS = True