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

19.7 release #1471

Closed
3 tasks done
benoitc opened this issue Feb 26, 2017 · 4 comments
Closed
3 tasks done

19.7 release #1471

benoitc opened this issue Feb 26, 2017 · 4 comments

Comments

@benoitc
Copy link
Owner

benoitc commented Feb 26, 2017

ticket to track the release of the 19.7 version

  • add Project management page
  • triage bugs in new projects
  • prepare changelog
@benoitc
Copy link
Owner Author

benoitc commented Feb 26, 2017

project page available: https://github.com/benoitc/gunicorn/wiki/Project-management

@benoitc
Copy link
Owner Author

benoitc commented Mar 1, 2017

changelog is done. release will be done tomorrow

@benoitc
Copy link
Owner Author

benoitc commented Mar 4, 2017

19.7 released

@tilgovi tilgovi removed this from Pending in Mailing List Mar 20, 2017
@marcinkuzminski
Copy link

In one of our servers, running gunicorn. We noticied that after a Postgres connection problem we still got this exception:

2018-02-12 02:01:02 [1769] [ERROR] Exception in post_request hook
Traceback (most recent call last):
  File "/nix/store/ciwd5mg0mkcnw4bwhzap8g3k9630a0mp-python2.7-gunicorn-19.7.1/lib/python2.7/site-packages/gunicorn/workers/async.py", line 144, in handle_request
    self.cfg.post_request(self, req, environ, resp)
  File "/home/xxx/conf/gunicorn_prod.py", line 132, in post_request
    worker.nr, req.method, req.path, resp.status_code, total_time)
AttributeError: 'Response' object has no attribute 'status_code'

Here's the post_request code:

def post_request(worker, req, environ, resp):
    total_time = time.time() - worker.start_time
    worker.log.debug(
        "GNCRN POST WORKER [cnt:%s]: %s %s resp: %s, Load Time: %.3fs",
        worker.nr, req.method, req.path, resp.status_code, total_time)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants