Commit 62a831c
authored
feat: add configurable retries with exponential backoff (#56)
On windows blackbox was preventing log rotation when configured with invalid
syslog credentials as it was locking the file while trying to endlessly reconnect.
This change makes it so that blackbox exits which unlocks the file and indicates
that the config is invalid.
Signed-off-by: Andrew Crump <[email protected]>1 parent a2501d8 commit 62a831c
File tree
2 files changed
+5
-0
lines changed- jobs/syslog_forwarder_windows
- templates
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
0 commit comments