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)))
|
||||
if result:
|
||||
raise exception.StackValidationFailed(message=result)
|
||||
eventlet.sleep(0)
|
||||
|
||||
for op_name, output in six.iteritems(self.outputs):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user