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

Handle QUIT signal #2

Merged
merged 1 commit into from
Mar 21, 2013
Merged

Handle QUIT signal #2

merged 1 commit into from
Mar 21, 2013

Conversation

ono
Copy link

@ono ono commented Mar 21, 2013

After required this library, I found that resque worker doesn't handle QUIT signal properly.

https://github.com/defunkt/resque/blob/1-x-stable/README.markdown#signals

You can compare the behaviour with sending QUIT to a process w/ resque-multi-job-forks and w/o resque-multi-job-forks.

The child worker needs to check @shutdown and release_fork when it is true.

stulentsev added a commit that referenced this pull request Mar 21, 2013
@stulentsev stulentsev merged commit e5d0f8f into stulentsev:master Mar 21, 2013
@stulentsev
Copy link
Owner

Thanks, I'll release a new version tomorrow.

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

Successfully merging this pull request may close these issues.

None yet

2 participants