Commit 22002e3b authored by Hardik Juneja's avatar Hardik Juneja Committed by Rafael Monnerat

Slaprunner (gunicorn): version up

I have been facing some gunicorn issues while fixing tickets. The gunicorn fails start because the pid has been taken by some other process.
This bug has been solved in the v19.7.0.
See: https://github.com/benoitc/gunicorn/blob/master/gunicorn/pidfile.py#L75
Also See: https://github.com/benoitc/gunicorn/releases/tag/19.7.0

Almsost a year ago Nicolas fixed the version of gunicorn to v19.4.5 here 391b026e
Since then the bug stoping up from upgrading has been fixed as well.

/reviewed-on nexedi/slapos!228
parent 471e6927
...@@ -153,10 +153,7 @@ eggs = ...@@ -153,10 +153,7 @@ eggs =
plone.recipe.command plone.recipe.command
slapos.recipe.build slapos.recipe.build
slapos.toolbox[flask_auth] slapos.toolbox[flask_auth]
# gunicorn downgraded because of bug in latter versions gunicorn==19.7.1
# setting version here allows to use an older version in tests
# see more here : https://lab.nexedi.com/nexedi/slapos/commit/391b026e22b05e9a6fba5e063f64f18544a34b92
gunicorn==19.4.5
futures futures
${slapos-cookbook:eggs} ${slapos-cookbook:eggs}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment