##// END OF EJS Templates
system-info: show better message when cannot fetch info about gunicorn workers
marcink -
r1576:b4011f3b default
parent child Browse files
Show More
@@ -513,7 +513,7 b' def vcs_server():'
513
513
514 if data and 'config' in data:
514 if data and 'config' in data:
515 conf = data['config']
515 conf = data['config']
516 workers = conf.get('workers', '?')
516 workers = conf.get('workers', 'NOT AVAILABLE')
517
517
518 connection = 'connected'
518 connection = 'connected'
519 except Exception as e:
519 except Exception as e:
General Comments 0
You need to be logged in to leave comments. Login now