mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The batch deregister RPC endpoint is only used by the internal garbage collection process, it is not exposed via the HTTP API or used anywhere else. The GC process ensures that a job can only be removed from state if all related evaluations and allocations are in a state that means they can also be removed from state. This means that we do not need to create evaluations when jobs are being deregistered via this endpoint.
4 lines
127 B
Plaintext
4 lines
127 B
Plaintext
```release-note:improvement
|
|
core: Do not create evaluations within batch deregister endpoint during job garbage collection
|
|
```
|