Timeout policy doesn't work with retry policy properly
Bug #1764441 reported by
Vitalii Solodilov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mistral |
In Progress
|
High
|
Vitalii Solodilov |
Bug Description
I think that all before the task policies must be executed when task was rerun.
For example, the following workflow will be stuck in RUNNING state:
version: '2.0'
name: wb
workflows:
wf1:
type: direct
tasks:
task1:
action: std.async_noop
timeout: 2
retry:
delay: 0
count: 2
on-error:
- task2
task2:
action: std.echo output="Hi!"
timeout: 3
Changed in mistral: | |
status: | New → Confirmed |
importance: | Undecided → High |
milestone: | none → rocky-2 |
Changed in mistral: | |
assignee: | nobody → Vitalii Solodilov (mcdoker18) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/561795
Review: https:/