-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ML] Return 408 when start deployment api times out #89612
[ML] Return 408 when start deployment api times out #89612
Conversation
Pinging @elastic/ml-core (Team:ML) |
Hi @dimitris-athanasiou, I've created a changelog YAML for you. |
Hi @dimitris-athanasiou, I've updated the changelog YAML for you. |
55fa8f5
to
b9c23f6
Compare
This commit changes the status code returned when the start trained model deployment api times out from `500` to `408`. In addition, we add validation that the timeout must be positive. Relates elastic#89585
b9c23f6
to
84e0aed
Compare
Hi @dimitris-athanasiou, I've created a changelog YAML for you. |
Hi @dimitris-athanasiou, I've updated the changelog YAML for you. |
@elasticmachine update branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This commit changes the status code returned when the start
trained model deployment api times out from
500
to408
.In addition, we add validation that the timeout must be positive.
Relates #89585