-
Notifications
You must be signed in to change notification settings - Fork 80
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
Rails 4 Support? #77
Comments
I had the same issue. The workers started correctly, but they didn't shut down. I updated my Gemfile to use the latest version instead of the version recommended in the Readme. Now it works! Before: gem 'workless', ' |
I am on I believe the issue was due to a
Note After stopping foreman/passenger again (with
So this was the culprit all along (note again the pid,
(Note that it took about Anyway, now |
I am experiencing this again. The |
Where did you guys end up with this? Rails 4, yea or nea? |
About delayed Job not being stopped: http://blog.salsify.com/engineering/euthanize-exhausted-worker-processes-with-a-delayed-job-plugin About Rails 4 support, ping @lostboy ? |
I've just tested workless 1.2.3 with rails 4.2.1 and hobby dyno. I first selected hobby web+worker. Then I added workless and scaled down worker dyno. Between every step, I made sure worker ran at least once. |
I recently upgraded to Rails 4 and noticed my workers aren't shutting off.
Are there known issues with this?
The text was updated successfully, but these errors were encountered: