heat/releasenotes/notes/delay-resource-e20ba61f31799f6e.yaml
Zane Bitter 52b28add84 Add a new OS::Heat::Delay resource type
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
2018-07-24 13:20:36 -04:00

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.