mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
returning a nil error in a blockingOptions.run() without increasing the reply Index can cause the query to block indefinitely (until timeout). this fixes that happening in Job.ScaleStatus when the job is deleted -- the job going away should now return as not-found and provide a new index for the caller to try if they so please.
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
```release-note:bug
|
|
scaling: Unblock blocking queries to /v1/job/{job-id}/scale if the job goes away
|
|
```
|