kopia lustrzana https://github.com/piku/piku
pyflake
rodzic
e1d3cdfe62
commit
f732941beb
2
piku.py
2
piku.py
|
@ -867,7 +867,7 @@ def spawn_worker(app, kind, command, env, ordinal=1):
|
|||
('die-on-idle', 'True')
|
||||
])
|
||||
echo("-----> uwsgi will start workers on demand and kill them after {}s of inactivity".format(idle_timeout), fg='yellow')
|
||||
except:
|
||||
except Exception:
|
||||
echo("Error: malformed setting 'UWSGI_IDLE', ignoring it.".format(), fg='red')
|
||||
pass
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue