Make sure the build manager dies on an unhandled schedule exception

This commit is contained in:
Joseph Schorr 2015-02-25 12:19:21 -05:00
parent afe7e14254
commit 390f8df4ad
2 changed files with 4 additions and 1 deletions

View file

@ -10,3 +10,4 @@ class BuildServerStatus(object):
STARTING = 'starting'
RUNNING = 'running'
SHUTDOWN = 'shutting_down'
EXCEPTION = 'exception'