mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
This commit introduces the new options for reconciling a reconnecting allocation and its replacement: Best score (Current implementation) Keep original Keep replacement Keep the one that has run the longest time It is achieved by adding a new dependency to the allocReconciler that calls the corresponding function depending on the task group's disconnect strategy. For more detailed information, refer to the new stanza for disconnected clientes RFC. It resolves 15144
4 lines
104 B
Plaintext
4 lines
104 B
Plaintext
```release-note:improvement
|
|
server: Add new options for reconcilation in case of disconnected nodes
|
|
```
|