mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-20 01:00:43 -04:00
Merge pull request #2312 from alphagov/fix-gunicorn-eventlet-timeouts
Stop gunicorn from terminating eventlet workers on timeout
This commit is contained in:
@@ -13,7 +13,7 @@ pyexcel-xls==0.5.8
|
||||
pyexcel-xlsx==0.5.6
|
||||
pyexcel-ods3==0.5.2
|
||||
pytz==2018.5
|
||||
gunicorn==19.8.1
|
||||
gunicorn==19.7.1 # >19.8 stops eventlet workers after a timeout
|
||||
whitenoise==4.0 #manages static assets
|
||||
eventlet==0.24.1
|
||||
notifications-python-client==5.1.0
|
||||
|
||||
@@ -15,7 +15,7 @@ pyexcel-xls==0.5.8
|
||||
pyexcel-xlsx==0.5.6
|
||||
pyexcel-ods3==0.5.2
|
||||
pytz==2018.5
|
||||
gunicorn==19.8.1
|
||||
gunicorn==19.7.1 # >19.8 stops eventlet workers after a timeout
|
||||
whitenoise==4.0 #manages static assets
|
||||
eventlet==0.24.1
|
||||
notifications-python-client==5.1.0
|
||||
|
||||
Reference in New Issue
Block a user