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

Some processes not removed when restarting #2125

Closed
bnorton opened this issue Jan 9, 2015 · 2 comments
Closed

Some processes not removed when restarting #2125

bnorton opened this issue Jan 9, 2015 · 2 comments

Comments

@bnorton
Copy link
Contributor

bnorton commented Jan 9, 2015

The workers in the processes list are not being removed and when compounded over 6 months led to 100's of processes in the list which caused large delays in dequeuing scheduled jobs.

Before

2.0.0p247 :023 > Sidekiq.redis {|c| c.smembers('processes') }
 => ["worker-02:29511", "worker-01:11875", "worker-01:11865", "worker-02:29521"]

Then shutdown the workers... (waiting for a while to make sure)

2.0.0p247 :026 > Sidekiq.redis {|c| c.smembers('processes') }
 => ["worker-02:29511"]
@mperham
Copy link
Collaborator

mperham commented Jan 9, 2015

This was fixed in 3.2.6. https://github.com/mperham/sidekiq/blob/master/Changes.md#326

@mperham mperham closed this as completed Jan 9, 2015
@bnorton
Copy link
Contributor Author

bnorton commented Jan 9, 2015

@mperham Perfect, thanks

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

2 participants