Skip to content
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

Option to configure Inference request timeout #134

Open
Legion2 opened this issue Feb 12, 2024 · 0 comments
Open

Option to configure Inference request timeout #134

Legion2 opened this issue Feb 12, 2024 · 0 comments

Comments

@Legion2
Copy link
Contributor

Legion2 commented Feb 12, 2024

I'm looking for an option to configure request timeouts for inference requests.
Either a global or a per request timeout would be nice.
Currently we are experiencing many "stuck" inference requests which block the modelmesh. To resolve this we currently need to restart the model mesh when this happens.
We currently don't know the root cause for this behaviour, but setting a timeout would mitigate the impact of some requests getting stuck.
We have already set timeouts on all upstream components, but the upstream timeout/cancelation of the request is not propagated down to the modelmesh and so the inference requests are not canceled and consuming resources somewhere in the modelmesh.
Here it would also be nice to have distributed tracing in model mesh to see where in the mesh the requests are stuck.

We are currently using v0.11.2 with triton runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant