You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case the FHIR server is slow to respond, it would be good to have a configurable timeout in order to fail fast and free resources. The timeout will apply on single page basis and not for the whole FHIR search request chain.
The env var should be called FLARE_FHIR_REQUEST_TIMEOUT. The default should be 30 seconds.
The text was updated successfully, but these errors were encountered:
I'm asking because I'm suddenly getting timout errors from flare matching the suggested 30 secconds. But my FHIR server has a much higher read idle timeout configured. The error message is
{
"error": "connection timed out after 30000 ms: my.fhir.server.de/123.123.123.123:443"
}
In case the FHIR server is slow to respond, it would be good to have a configurable timeout in order to fail fast and free resources. The timeout will apply on single page basis and not for the whole FHIR search request chain.
The env var should be called
FLARE_FHIR_REQUEST_TIMEOUT
. The default should be 30 seconds.The text was updated successfully, but these errors were encountered: