You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ST2 version 3.8
I tried to use two mixed Concurrency policies in an one action. However it seems like only concurrency.attr policy does work.
Does Concurrency policy support only one configuration per action?
See this.
This is the action level concurrency policy
name: example.concurrency
description: concurrency for the action. expected more than two actions should be delayed
enabled: true
resource_ref: example.action
policy_type: action.concurrency
parameters:
action: delay
threshold: 2
This is the action.attr concurrency policy
name: example.concurrency.attr
description: concurrency for the action attr. expected one action for one host should be run
enabled: true
resource_ref: example.action
policy_type: action.concurrency.attr
parameters:
action: cancel
threshold: 1
attributes:
- host_name
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team.
ST2 version 3.8
I tried to use two mixed Concurrency policies in an one action. However it seems like only concurrency.attr policy does work.
Does Concurrency policy support only one configuration per action?
See this.
This is the action level concurrency policy
This is the action.attr concurrency policy
Beta Was this translation helpful? Give feedback.
All reactions