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

How to close connection for a job type #1218

Open
samuelgoldenbaum opened this issue Feb 23, 2019 · 0 comments
Open

How to close connection for a job type #1218

samuelgoldenbaum opened this issue Feb 23, 2019 · 0 comments

Comments

@samuelgoldenbaum
Copy link

From what I see, Kue is creating new Redis connections for every job type. We have a scenario where we have queues for each user so 200 active users with Redis connections can become an issue - especially as I don't see a way to stop processing a job type, thereby closing its underlying Redis connection.

  1. Can the Redis connection be shared - from what I see, Kue cannot currently do this?
  2. How can a let Kue know that it should no longer process a job type so they underlying connection to Redis is closed?
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