Make sure the build manager dies on an unhandled schedule exception
This commit is contained in:
parent
afe7e14254
commit
390f8df4ad
2 changed files with 4 additions and 1 deletions
|
@ -10,3 +10,4 @@ class BuildServerStatus(object):
|
|||
STARTING = 'starting'
|
||||
RUNNING = 'running'
|
||||
SHUTDOWN = 'shutting_down'
|
||||
EXCEPTION = 'exception'
|
||||
|
|
Reference in a new issue