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

(Redis) OperationalError: max number of clients reached #1403

Closed
2 tasks
asadali145 opened this issue Feb 1, 2023 · 2 comments
Closed
2 tasks

(Redis) OperationalError: max number of clients reached #1403

asadali145 opened this issue Feb 1, 2023 · 2 comments

Comments

@asadali145
Copy link
Contributor

We are reaching the max number of connection limits with Redis. This is causing a lot of errors in Sentry like this. Initial investigation shows that it might be an issue that the connections are not closed by Redis and they remain in an idle state.

Here is a Celery GitHub issue that seems to be related.

[tasklist]

Acceptance Criteria

  • Investigate the reason for reaching max clients.
  • Find out a fix for the issue.
@asadali145
Copy link
Contributor Author

@pdpinch Should we close this one as resizing Redis instance seems to be working for now?

@asadali145
Copy link
Contributor Author

The issue seems to be fixed after the resizing of the Redis Instance. Closing this one now. We can reopen if the issue persists.

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

No branches or pull requests

1 participant