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

Better gunicorn timeout handling. #497

Merged
merged 3 commits into from Dec 16, 2019
Merged

Better gunicorn timeout handling. #497

merged 3 commits into from Dec 16, 2019

Commits on Dec 13, 2019

  1. Better gunicorn timeout handling.

    By raising our own exception in Gunicorn's worker_abort handler, we can
    catch and handle it just like any other error. This means we get an
    error response, logging, and sentry report for the timeout, which is
    a massive improvement.
    
    Also includes a few of drive-by tweaks - disable parallel pytest runs in
    tox, as it generally confuses things, tweak the error message for
    assert_log help to reduce noise, and slight tweaks to the title of the
    default error pages.
    Simon Davy committed Dec 13, 2019
    Copy the full SHA
    5ca91c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Copy the full SHA
    879ea96 View commit details
    Browse the repository at this point in the history
  2. fix tests for py37 and no-extras-py35

    Simon Davy committed Dec 16, 2019
    Copy the full SHA
    6d20f1d View commit details
    Browse the repository at this point in the history