mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-19 12:49:22 +00:00
Use split queuing for tasks
This commit is contained in:
@@ -27,3 +27,6 @@ CELERYBEAT_SCHEDULE = {
|
||||
}
|
||||
}
|
||||
|
||||
CELERY_ROUTES = {
|
||||
"sso.tasks.update_service_groups": {'queue': 'bulk'}},
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ DATABASES = {
|
||||
}
|
||||
|
||||
## EVE Proxy
|
||||
EVE_API_URL = "http://apitest.eveonline.com"
|
||||
EVE_API_URL = "https://api.eveonline.com"
|
||||
EVE_PROXY_KEEP_LOGS = 30
|
||||
|
||||
## SSO
|
||||
|
||||
Reference in New Issue
Block a user