Commit ee26b10
authored
contrib: fast return if runner-group server is not found (#143)
If runner-group server is not found, let's return error instead of
retrying. Maybe server is still running, but data loss happens in ETCD
side. It's impossible to get result in this case. Fast-return is that
only we can do.
Signed-off-by: Wei Fu <[email protected]>1 parent 66af6c9 commit ee26b10
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
267 | 275 | | |
268 | 276 | | |
269 | 277 | | |
| |||
0 commit comments