Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Not Working correctly with Resque 1.26 #108

Open
Ahmed--Mohsen opened this issue Mar 15, 2016 · 6 comments
Open

Not Working correctly with Resque 1.26 #108

Ahmed--Mohsen opened this issue Mar 15, 2016 · 6 comments

Comments

@Ahmed--Mohsen
Copy link

I have recently updated from resque 1.25 to 1.26 and things start to get wired, the workers would appear to be forked but not registered with the Resque.workers

In my case I was supposed to have 10 workers, after running resque:start I only got 5 workers

when entering ps aux | grep resque the 10 workers appear
but in the terminal using Resque.workers or resque-web only 5 appears that are accepting jobs

@dmarkow
Copy link
Collaborator

dmarkow commented Mar 15, 2016

It looks like 1.26 made some changes to how background processes are handled. I'll take a look when I have a chance, but any pull requests are welcome in the mean time.

@YusefOuda
Copy link

+1 same issue

@MarlBurroW
Copy link

MarlBurroW commented May 30, 2016

@trappist
Copy link

Any movement on this?

@dmarkow
Copy link
Collaborator

dmarkow commented Aug 12, 2016

I haven't had any time to look at this but as I mentioned, anyone else is welcome to debug and figure out what's going on and submit a pull request. I'll try and revisit this soon.

@davegudge
Copy link

@dmarkow I was experiencing this issue and after investigating, it appears that the issue is with the resque gem resque/resque#1357.

resque/resque@bfd6b5a appears to fix the issue. I have added a comment to the issue in the resque repository.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants