Commit 5b31372
OCTRL-1008 Attempt reconnecting to ecs-dcs gateway at core startup (#734)
* Initial plan
* Initial repository exploration and dependency setup
Co-authored-by: knopers8 <14327588+knopers8@users.noreply.github.com>
* Fix DCS plugin to reconnect even after initialization failure
- Move subscription logic into goroutine to enable continuous retry
- Always start reconnection goroutine regardless of initial connection state
- Plugin initialization now succeeds even if DCS gateway is unavailable
- Add comprehensive test for unavailable gateway scenario
- Resolves issue where plugin never attempted reconnection after init failure
Co-authored-by: knopers8 <14327588+knopers8@users.noreply.github.com>
* Remove unrelated proto-generated files from DCS plugin fix PR
Co-authored-by: knopers8 <14327588+knopers8@users.noreply.github.com>
* remove test which tests almost nothing
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: knopers8 <14327588+knopers8@users.noreply.github.com>
Co-authored-by: Piotr Konopka <piotr.jan.konopka@cern.ch>1 parent fd5d7a5 commit 5b31372
1 file changed
+29
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
| 292 | + | |
| 293 | + | |
296 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
297 | 298 | | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
298 | 319 | | |
299 | 320 | | |
300 | 321 | | |
301 | 322 | | |
302 | 323 | | |
303 | 324 | | |
304 | 325 | | |
| 326 | + | |
305 | 327 | | |
306 | 328 | | |
307 | 329 | | |
308 | 330 | | |
309 | 331 | | |
310 | 332 | | |
| 333 | + | |
311 | 334 | | |
312 | 335 | | |
313 | 336 | | |
| |||
332 | 355 | | |
333 | 356 | | |
334 | 357 | | |
| 358 | + | |
| 359 | + | |
335 | 360 | | |
336 | 361 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | 362 | | |
350 | 363 | | |
351 | 364 | | |
| |||
0 commit comments