Skip to content

basert serve: concurrent-client handling (continuous batching) #44

Description

@chaoshou-coder

Problem. In single-slot deployments, one long request (a ~35s prefill)
queues all other clients. Downstream bridges only survive this via aggressive
timeouts (the cc-bridge adapter uses a 10s connect / 600s read timeout, and
cancellation propagation) — throughput is still zero during the prefill.

Request. Confirm and document the recommended deployment for multiple
concurrent clients (--continuous-batching where available), and consider
queueing/diagnostics so clients can distinguish "queued" from "hung".

Impact. Documented behavior would let bridges size their timeouts from the
engine contract instead of empirical measurement.


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions