Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information