Commit a977713
committed
Avoid “Resource update cancelled” as UPDATE_FAILED reason
When a resource update fails, concurrently updated resources also fail
with “Resource update cancelled” reason, and these events happen after
the actual culprit. Since events are scanned backwards, skip such
“cancelled” failures, increasing the likelihood of reporting the actual
stack update failure reason.1 parent b63ad54 commit a977713
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments