Commit b7cac0a
catch mysql connection errors and try to reconnect
To prevent the thread manager from killing us on a failed reconnect
we can just catch the exception here and go on with another reconnect.
That properly increases our internal counters and triggers the intendet
error handling.
Signed-off-by: Florian Pelgrim <florian.pelgrim@craneworks.de>1 parent b3ce811 commit b7cac0a
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
0 commit comments