Florian Courtial

Results 2 issues of Florian Courtial

Fix JSON serialization error in retire_workers API endpoint When retiring workers through the HTTP API endpoint `/api/v1/retire_workers`, the response includes worker metrics that contain tuple keys (e.g., `digests_total_since_heartbeat`). These tuple...

We are using a singleton `AsyncClient` from `httpx`, configured with HTTP/2. During investigation of intermittent HTTP failures, we observed the following exception: ``` httpcore.LocalProtocolError: Max outbound streams is 100, 100...