timeout
The timeout parameter in HTTP backend configuration specifies the maximum time that Radiator will wait for a response from the HTTP service before considering the request to have failed.
Duration Units
This parameter supports duration units for improved readability:
backends {
http "api" {
url "https://api.example.com";
timeout 30s; # 30 seconds
}
}