Merge "Update docs and add release not for safe-rerun flag"

This commit is contained in:
Jenkins 2016-08-02 11:32:25 +00:00 committed by Gerrit Code Review
commit 4acc74aeca
2 changed files with 9 additions and 0 deletions

View File

@ -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
''''''''

View File

@ -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.