Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Pin Gunicorn to 19.7.0 to avoid umask error #262

Merged

Conversation

WillMoggridge
Copy link
Contributor

@WillMoggridge WillMoggridge commented Apr 13, 2018

Gunicorn 19.7.1 creates an error in our deployment from a bug when using
the --umask=0 flag. Locking to the previous verison avoids this bug.
( Reference benoitc/gunicorn#1622 )

QA

  • ./run build - Just to update requirements
  • ./run exec -p 8002 "gunicorn webapp.wsgi --umask=0"

Server should start up but the port isn't forwarded so the site isn't visible

Gunicorn 19.7.1 creates an error in our deployment from a bug when using
the `--umask=0` flag. Locking to the previous verison avoids this bug.
@webteam-app
Copy link

Starting demo at: http://www.canonical.com-pr-262.run.demo.haus/

Copy link
Contributor

@nottrobin nottrobin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@tilgovi
Copy link

tilgovi commented Apr 28, 2018

Gunicorn 19.8.0 is released with the fix for this issue!

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

Successfully merging this pull request may close these issues.

4 participants