mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The retry_join logic was not allowing for retries to happen and was exiting after the first failed discovery attempt. This change fixes that behaviour and adds a test to ensure no further regressions.
4 lines
151 B
Plaintext
4 lines
151 B
Plaintext
```release-note:bug
|
|
agent: Fixed a bug where `retry_join` gave up after a single failure, rather than retrying until max attempts had been reached
|
|
```
|