Patch nginx so it does graceful shutdown on SIGTERM and fast shutdown…#88
Patch nginx so it does graceful shutdown on SIGTERM and fast shutdown…#88syastrov wants to merge 2 commits into
Conversation
… on SIGQUIT. Fixes heroku#31
…l off nginx abruptly.
|
@beanieboi Any chance of merging this? |
|
@beanieboi Any update on this? |
|
Running into nginx seemingly not passing the SIGTERM call to the underlying spring/java process. Any way to get this PR merged? |
|
Could someone please merge this? So merge of this branch would be great. Thank you! :) |
Hi, I am using my fork for about two years now https://github.com/nenadfilipovic/heroku-buildpack-nginx, works without issues. You can add it via https://buildpack-registry.s3.amazonaws.com/buildpacks/nenadfilipovic/heroku-buildpack-nginx.tgz inside buildpacks list or by |
… on SIGQUIT.
Fixes #31
I tested manually that this works.
Based on #56