fix(redis): update Redis configuration with max pool size and waiting parameters
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-05-05 20:01:32 +02:00
parent a10958b0d1
commit 5baf6a7cdb
6 changed files with 17 additions and 5 deletions
@@ -5,6 +5,8 @@ quarkus:
port: 8086
redis:
hosts: redis://${REDIS_HOST:localhost}:${REDIS_PORT:6379}
max-pool-size: 64
max-pool-waiting: 128
grpc:
server:
port: 9086
@@ -9,7 +9,9 @@ quarkus:
artifact-id: security
redis:
hosts: redis://${REDIS_HOST:localhost}:${REDIS_PORT:6379}
max-pool-wait-time: 500ms
max-pool-wait-time: 30s
max-pool-size: 64
max-pool-waiting: 128
grpc:
clients:
rule-grpc:
@@ -8,6 +8,8 @@ quarkus:
enabled: true
redis:
hosts: redis://${REDIS_HOST:localhost}:${REDIS_PORT:6379}
max-pool-size: 64
max-pool-waiting: 128
datasource:
db-kind: postgresql
username: ${DB_USER:nowchess}