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

feature: add http api server's uvicorn option #4671

Open
gusghrlrl101 opened this issue Apr 16, 2024 · 0 comments · May be fixed by #4682
Open

feature: add http api server's uvicorn option #4671

gusghrlrl101 opened this issue Apr 16, 2024 · 0 comments · May be fixed by #4682

Comments

@gusghrlrl101
Copy link

gusghrlrl101 commented Apr 16, 2024

Feature request

Hello.

There are no way to add extra uvicorn options when I serve bentoml. (only runner was added this option in #3198.)

In my case, I want to modify --timeout-keep-alive to 60 seconds (default is 5 seconds)

I think ssl option is added in #2886.

But http_api_server's uvicorn_options can not be modified.

image

Motivation

It can be used well in production level when who want to specify uvicorn option like timeout-keep-alive or timeout-graceful-shutdown.

Other

No response

@gusghrlrl101 gusghrlrl101 linked a pull request Apr 19, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant