Skip to content

Commit fe8a045

Browse files
authored
fix(gunicorn): gunicorn not running
1 parent 6b67d08 commit fe8a045

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rootfs/drycc/gunicorn/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
bind = '0.0.0.0'
99
workers = int(os.environ.get('GUNICORN_WORKERS', cpu_count() * 4 + 1))
1010

11-
# Use tornado, otherwise NSQ needs to be started separately
12-
worker_class = 'tornado'
13-
1411
pythonpath = dirname(dirname(dirname(realpath(__file__))))
1512
timeout = 1200
1613
pidfile = '/tmp/gunicorn.pid'

0 commit comments

Comments
 (0)