mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Add EVE API update job to the scheduled tasks
This commit is contained in:
@@ -165,4 +165,9 @@ CELERYBEAT_SCHEDULE = {
|
||||
"task": "reddit.tasks.process_validations",
|
||||
"schedule": timedelta(minutes=10),
|
||||
},
|
||||
"eveapi-update": {
|
||||
"task": "eve_api.tasks.queue_apikey_updates",
|
||||
"schedule": timedelta(minutes=5),
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user