mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Migrated the final cronjobs over to tasks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user