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

Upgrade Unicorn #475

Merged
merged 1 commit into from
Apr 28, 2018
Merged

Upgrade Unicorn #475

merged 1 commit into from
Apr 28, 2018

Conversation

gabrielpoca
Copy link
Contributor

In this change I'm upgrading unicorn in order to get the call back
after_worker_exit. I need this in development to kill ghost workers
that are pilling up on my computer every time I restart the app.

In this change I'm upgrading unicorn in order to get the call back
`after_worker_exit`. I need this in development to kill ghost workers
that are pilling up on my computer every time I restart the app.
@gabrielpoca gabrielpoca merged commit d73a7d7 into master Apr 28, 2018
@gabrielpoca gabrielpoca deleted the gp-upgrade branch April 28, 2018 09:44
Koronen added a commit that referenced this pull request Apr 30, 2018
    NoMethodError: undefined method `after_worker_exit' for
      #<Unicorn::Configurator:0x005580f92c7480>
    Did you mean?  after_fork
      ./config/unicorn.rb:25:in `reload'

This was probably meant to be a part of
d73a7d7 (#475).

Fixes #483.

Ref:
<https://bogomips.org/unicorn/NEWS.html#label-unicorn+5.3.0+-2F+2017-04-01+08-3A03+UTC>
whoisjake pushed a commit to DevelopStuff/stringer that referenced this pull request Jun 6, 2018
    NoMethodError: undefined method `after_worker_exit' for
      #<Unicorn::Configurator:0x005580f92c7480>
    Did you mean?  after_fork
      ./config/unicorn.rb:25:in `reload'

This was probably meant to be a part of
d73a7d7 (stringer-rss#475).

Fixes stringer-rss#483.

Ref:
<https://bogomips.org/unicorn/NEWS.html#label-unicorn+5.3.0+-2F+2017-04-01+08-3A03+UTC>
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.

1 participant