You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The batching server is seen as a standalone part, independent from the API server.
We can also see the batching layer as a consistent part of the bentoml API server.
So that bentoml could
enable the marshal(batching) server by default, making the metrics endpoint non-blocking.
pass requests by UNIX domain socket to achieve better performance.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
ref: #1476 (comment)
The current configuration structure for the API server:
The batching server is seen as a standalone part, independent from the API server.
We can also see the batching layer as a consistent part of the bentoml API server.
So that bentoml could
Describe the solution you'd like
from @ssheng
This structure reflects the idea above.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: