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.
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.