Skip to content

Graceful shutdown handling

Compare
Choose a tag to compare
@tiangolo tiangolo released this 22 Jun 07:35
· 220 commits to master since this release
  • 2018-06-22: Make uWSGI require an app to run, instead of going in "full dynamic mode" while there was an error. Supervisord doesn't terminate itself but tries to restart uWSGI and shows the errors. Uses need-app as suggested by luckydonald in this comment.

  • 2018-06-22: Correctly handled graceful shutdown of uWSGI and Nginx. Thanks to desaintmartin in this PR.