Patch Changes
- 58c06d8: Fixed ArithmeticError in
ServeShapePlug.end_telemetry_span/2whenparse_bodyhalts before the telemetry span is started. Movedparse_bodyplug afterstart_telemetry_spanin the pipeline. - 9ca341c: Improve 503 error response when concurrent request limit is exceeded. Change error code from generic
"overloaded"to"concurrent_request_limit_exceeded"and include the request kind and configured limit in the message.