Commit c99dd69
committed
Remove RUNNING+failed-task warning from execute()
The extra get_workflow() call on every RUNNING return adds an
unnecessary network round-trip. The underlying behavior (workflow stays
RUNNING while a failed task awaits retries) is correct Conductor
behavior, not a bug — tracked as a docs gap in
conductor-oss/getting-started#53.1 parent 19d05a9 commit c99dd69
1 file changed
Lines changed: 1 addition & 18 deletions
Lines changed: 1 addition & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
7 | | - | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
125 | 122 | | |
126 | 123 | | |
127 | 124 | | |
128 | | - | |
| 125 | + | |
129 | 126 | | |
130 | 127 | | |
131 | 128 | | |
132 | 129 | | |
133 | 130 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | 131 | | |
149 | 132 | | |
150 | 133 | | |
| |||
0 commit comments