Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Add new page on troubleshooting Redis connection issues #1985

Open
allypascoe-aiven opened this issue Jul 10, 2023 · 0 comments
Open

Add new page on troubleshooting Redis connection issues #1985

allypascoe-aiven opened this issue Jul 10, 2023 · 0 comments
Assignees
Labels
Redis Redis-related

Comments

@allypascoe-aiven
Copy link
Contributor

Off the back of a long, ongoing issue with Bank Jago and their Redis service, further investigations were carried out in relation to Redis connections being dropped. The investigations in question were carried out here: https://aiven.atlassian.net/browse/OPS-4106

Findings:

  • The connections were getting closed because they were classed as 'idle' as no payload was being sent along to keep the connection alive.
  • This was discovered after debug logging had been enabled for the service
  • This was an advanced config setting the client needed to change (redis_timeout Aiven ) to increase timeout value or remove it completely

Next step:

  • Create a public facing help article to share these learnings

Related Jira: https://aiven.atlassian.net/browse/SUP-689

@allypascoe-aiven allypascoe-aiven self-assigned this Jul 10, 2023
@staceysalamon-aiven staceysalamon-aiven added the Redis Redis-related label Aug 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Redis Redis-related
Projects
None yet
Development

No branches or pull requests

2 participants