mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge branch 'master' of github.com:benoitc/gunicorn
This commit is contained in:
commit
56d5582de9
@ -168,6 +168,8 @@ class Arbiter(object):
|
|||||||
self.halt()
|
self.halt()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
self.halt()
|
self.halt()
|
||||||
|
except SystemExit:
|
||||||
|
raise
|
||||||
except Exception:
|
except Exception:
|
||||||
self.log.info("Unhandled exception in main loop:\n%s" %
|
self.log.info("Unhandled exception in main loop:\n%s" %
|
||||||
traceback.format_exc())
|
traceback.format_exc())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user