38542f256e
In order to limit how much the rekey job can monopolize a scheduler worker, we limit how long it can run to 1min before stopping work and emitting a new eval. But this exactly matches the default nack timeout, so it'll fail the eval rather than getting a chance to emit a new one. Set the timeout for the rekey eval to half the configured nack timeout.
4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
```release-note:bug
|
|
variables: Fixed a bug where a long-running rekey could hit the nack timeout
|
|
```
|