system-info: show better message when cannot fetch info about gunicorn workers
This commit is contained in:
parent
dcf99f8ec7
commit
f5efab079d
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ def vcs_server():
|
|||
|
||||
if data and 'config' in data:
|
||||
conf = data['config']
|
||||
workers = conf.get('workers', '?')
|
||||
workers = conf.get('workers', 'NOT AVAILABLE')
|
||||
|
||||
connection = 'connected'
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue