Update docs and add release not for safe-rerun flag
Change-Id: I05c16fd72326b8e34436e1dad9380f5e6fbde0a5
This commit is contained in:
parent
f0fbb30d76
commit
fb2fa02575
@ -214,6 +214,9 @@ attributes:
|
||||
- **timeout** - Configures timeout policy. *Optional*.
|
||||
- **retry** - Configures retry policy. *Optional*.
|
||||
- **concurrency** - Configures concurrency policy. *Optional*.
|
||||
- **safe-rerun** - Boolean value allowing to rerun task if executor dies
|
||||
during action execution. If set to 'true' task may be run twice.
|
||||
*Optional*. By default set to 'false'.
|
||||
|
||||
Policies
|
||||
''''''''
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- Mistral now support usage of alternative RPC layer, that calls RabbitMQ
|
||||
directly instead of using Oslo.
|
||||
- Tasks support new flag 'safe-rerun'. If it is set to 'true', a task would be
|
||||
re-run if executor dies during execution.
|
Loading…
Reference in New Issue
Block a user