Files
nomad/.changelog/19609.txt
Piotr Kazmierczak 5d12ca4f57 state store: better handling of job deletion (#19609)
When jobs are deleted with -purge, all their deployments and allocations should
be deleted from the state store, and the evals status should be set to complete.
Otherwise we end up in a situation where users could re-submit previously
failing jobs, but these new jobs would not get deployments allocated unless
system gc got called.
2024-01-12 10:08:55 +01:00

4 lines
91 B
Plaintext

```release-note:bug
state: Fixed a bug where purged jobs would not get new deployments
```