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

DM-42093: Adjust the Redis connection pool parameters #913

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Conversation

rra
Copy link
Member

@rra rra commented Dec 8, 2023

Gafaelfawr is struggling to recover after a Redis server restart, such as from Kubernetes cluster upgrades. Enable retries on timeout, which is apparently not enabled by default. Increase the connection pool size since we've seen one case of pool exhaustion in production. Increase the length of time Gafaelfawr is willing to wait for a pool connection to become available.

Use from_pool to construct the Redis object so that we don't have to separately close the connection pool.

Gafaelfawr is struggling to recover after a Redis server restart,
such as from Kubernetes cluster upgrades. Enable retries on timeout,
which is apparently not enabled by default. Increase the connection
pool size since we've seen one case of pool exhaustion in production.
Increase the length of time Gafaelfawr is willing to wait for a
pool connection to become available.

Use from_pool to construct the Redis object so that we don't have
to separately close the connection pool.
@rra rra merged commit d204f4e into main Dec 8, 2023
5 checks passed
@rra rra deleted the tickets/DM-42093 branch December 8, 2023 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant