Files
nomad/.changelog/18637.txt
Daniel Bennett e7136f80c5 scaling: set Index on nil-job scale status reply (#18637)
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.
2023-10-03 12:03:20 -05:00

4 lines
105 B
Plaintext

```release-note:bug
scaling: Unblock blocking queries to /v1/job/{job-id}/scale if the job goes away
```