mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Fix: Redis ERR max number of clients reached (#2041)
Add timeout to Redis Config Co-authored-by: Christian Adams <chadams@redhat.com>
This commit is contained in:
@@ -268,6 +268,7 @@ data:
|
|||||||
unixsocketperm 777
|
unixsocketperm 777
|
||||||
port 0
|
port 0
|
||||||
bind 127.0.0.1
|
bind 127.0.0.1
|
||||||
|
timeout 300
|
||||||
receptor_conf: |
|
receptor_conf: |
|
||||||
---
|
---
|
||||||
- log-level: {{ receptor_log_level }}
|
- log-level: {{ receptor_log_level }}
|
||||||
|
|||||||
Reference in New Issue
Block a user