mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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.
4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
```release-note:bug
|
|
state: Fixed a bug where purged jobs would not get new deployments
|
|
```
|