Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update redis default settings #125

Merged
merged 2 commits into from
Dec 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifests/bucketeer/charts/api-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:
publishTimeout: 1m
redis:
serverName:
poolMaxIdle: 50
poolMaxActive: 200
poolMaxIdle: 25
poolMaxActive: 25
addr:
oldestEventTimestamp:
furthestEventTimestamp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ env:
redis:
serverName:
addr:
poolMaxIdle: 50
poolMaxActive: 50
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ env:
redis:
serverName:
addr:
poolMaxIdle: 50
poolMaxActive: 50
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ env:
redis:
serverName:
addr:
poolMaxIdle: 50
poolMaxActive: 50
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ env:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: non-persistent-redis
poolMaxIdle: 50
poolMaxActive: 200
serverName:
poolMaxIdle: 25
poolMaxActive: 25
addr:
logLevel: info
port: 9090
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: non-persistent-redis
serverName:
addr:
logLevel: info
port: 9090
Expand Down
4 changes: 2 additions & 2 deletions manifests/bucketeer/charts/feature/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ env:
experimentService: localhost:9001
redis:
serverName:
poolMaxIdle: 50
poolMaxActive: 200
poolMaxIdle: 25
poolMaxActive: 25
addr:
logLevel: info
port: 9090
Expand Down
6 changes: 3 additions & 3 deletions manifests/bucketeer/charts/push-sender/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ env:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: non-persistent-redis
poolMaxIdle: 5
poolMaxActive: 20
serverName:
poolMaxIdle: 25
poolMaxActive: 25
addr:
logLevel: info
port: 9090
Expand Down
58 changes: 29 additions & 29 deletions manifests/bucketeer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ account-apikey-cacher:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: bucketeer-redis
serverName:
addr:
logLevel: info
port: 9090
Expand Down Expand Up @@ -150,10 +150,10 @@ api-gateway:
publishNumGoroutines: 200
publishTimeout: 1m
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
poolMaxIdle: 50
poolMaxActive: 200
serverName:
addr:
poolMaxIdle: 25
poolMaxActive: 25
oldestEventTimestamp: "168h"
furthestEventTimestamp:
logLevel: info
Expand Down Expand Up @@ -1094,10 +1094,10 @@ event-persister-evaluation-events-kafka:
flushSize: 100
flushInterval: 2s
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
poolMaxIdle: 50
poolMaxActive: 50
serverName:
addr:
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down Expand Up @@ -1171,10 +1171,10 @@ event-persister-goal-events-kafka:
flushSize: 100
flushInterval: 2s
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
poolMaxIdle: 50
poolMaxActive: 50
serverName:
addr:
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down Expand Up @@ -1248,10 +1248,10 @@ event-persister-user-events-kafka:
flushSize: 100
flushInterval: 2s
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
poolMaxIdle: 50
poolMaxActive: 50
serverName:
addr:
poolMaxIdle: 25
poolMaxActive: 25
pullerNumGoroutines: 5
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
Expand Down Expand Up @@ -1382,9 +1382,9 @@ feature:
accountService: localhost:9001
experimentService: localhost:9001
redis:
serverName: bucketeer-redis
poolMaxIdle: 50
poolMaxActive: 200
serverName:
poolMaxIdle: 25
poolMaxActive: 25
addr:
logLevel: info
port: 9090
Expand Down Expand Up @@ -1519,9 +1519,9 @@ feature-segment-persister:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: non-persistent-redis
poolMaxIdle: 50
poolMaxActive: 200
serverName:
poolMaxIdle: 25
poolMaxActive: 25
addr:
logLevel: info
port: 9090
Expand Down Expand Up @@ -1575,8 +1575,8 @@ feature-tag-cacher:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
serverName:
addr:
logLevel: info
port: 9090
metricsPort: 9002
Expand Down Expand Up @@ -2212,10 +2212,10 @@ push-sender:
pullerMaxOutstandingMessages: "1000"
pullerMaxOutstandingBytes: "1000000000"
redis:
serverName: bucketeer-redis
addr: bucketeer-redis.bucketeer.private:6379
poolMaxIdle: 5
poolMaxActive: 20
serverName:
addr:
poolMaxIdle: 25
poolMaxActive: 25
logLevel: info
port: 9090
metricsPort: 9002
Expand Down