Skip to content

Add configurable timeout and batching support for large requests #40

Description

@albertospelta

A request timed out while formatting a large number of measures in one go - reported via Bravo issue #963. This was made worse by a temporary slowdown on the service, but the main issue is that big requests are sent as a single call with a fixed timeout and no batching.

We should consider letting callers configure the request timeout, and have the client library automatically split large formatting requests into smaller batches, so a high expression count doesn't risk hitting the timeout.

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