52b28add84
This allows users to insert a delay at some point in the workflow while creating or deleting the stack. Unlike OS::Heat::TestResource, the delay can be randomised so that when used in parallel across a scaling group it can be used to work around thundering herd problems. Change-Id: I49deb9560df9963120445c5900f79a1c5ca09cb5
7 lines
209 B
YAML
7 lines
209 B
YAML
---
|
|
features:
|
|
- |
|
|
A new OS::Heat::Delay resource type allows users to work around thundering
|
|
herd issues in large templates by adding a random delay (with configurable
|
|
jitter) into the workflow.
|