-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
2.4, 2.5, 2.6
-
False
-
-
False
- What is the nature and description of the request?
Customer request setting specific django db client settings using variables in the installer such as:
'CONN_HEALTH_CHECKS': True,
'CONN_MAX_AGE': 3600,
- Why does the customer need this? (List the business requirements here)
Customer has a proxy between AAP UI and postgres DB and DB transactions that last more than 12H are ended silently failing jobs in AAP. The above options helped customer to reconnect DB transaction without failing jobs in the UI.
- How would you like to achieve this? (List the functional requirements here)
Adding specific variables in the ansible installer inventory for django settings.
- List any affected known dependencies: Doc, UI etc..
AAP UI and DB
- Github Link if any