mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
always use async http logging - even in celery workers
additionally, add a timeout to requests to avoid thread starvation see: #5718 see: #5729
This commit is contained in:
@@ -867,6 +867,7 @@ INSIGHTS_URL_BASE = "https://access.redhat.com"
|
||||
TOWER_SETTINGS_MANIFEST = {}
|
||||
|
||||
LOG_AGGREGATOR_ENABLED = False
|
||||
LOG_AGGREGATOR_HTTP_TIMEOUT = 5
|
||||
|
||||
# The number of retry attempts for websocket session establishment
|
||||
# If you're encountering issues establishing websockets in clustered Tower,
|
||||
|
||||
Reference in New Issue
Block a user