Merge "Yield to other greenthreads during validation"
This commit is contained in:
commit
855d67b51a
@ -864,6 +864,7 @@ class Stack(collections.Mapping):
|
|||||||
message=encodeutils.safe_decode(six.text_type(ex)))
|
message=encodeutils.safe_decode(six.text_type(ex)))
|
||||||
if result:
|
if result:
|
||||||
raise exception.StackValidationFailed(message=result)
|
raise exception.StackValidationFailed(message=result)
|
||||||
|
eventlet.sleep(0)
|
||||||
|
|
||||||
for op_name, output in six.iteritems(self.outputs):
|
for op_name, output in six.iteritems(self.outputs):
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user