From 22002e3b212022b397d19a442c62bf13642c9e47 Mon Sep 17 00:00:00 2001 From: Hardik Juneja <hardik.juneja@nexedi.com> Date: Wed, 27 Sep 2017 16:20:34 +0200 Subject: [PATCH] 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 https://lab.nexedi.com/nexedi/slapos/merge_requests/228 --- software/slaprunner/common.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/software/slaprunner/common.cfg b/software/slaprunner/common.cfg index 77f207e9f..baf5340f1 100644 --- a/software/slaprunner/common.cfg +++ b/software/slaprunner/common.cfg @@ -153,10 +153,7 @@ eggs = plone.recipe.command slapos.recipe.build slapos.toolbox[flask_auth] -# gunicorn downgraded because of bug in latter versions -# 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 + gunicorn==19.7.1 futures ${slapos-cookbook:eggs} -- 2.30.9