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
gives a timeout because the entity schema E187 refers to country and the country is Chile (Q148) which seems to take more time than expected to be retrieved and the whole result is a timeout.
Check how we can improve this situation by increasing the time the server waits or using some kind of streaming retrieval.
The text was updated successfully, but these errors were encountered:
requestTimeout (5 minutes) is >= idleTimeout (1 minute). It is recommended to configure responseHeaderTimeout < requestTimeout < idleTimeout or disable some of them explicitly by setting them to Duration.Inf.
The following attempt of validation (a Shanghai hospital) agains the entity schema of hospitals:
gives a timeout because the entity schema
E187
refers to country and the country is Chile (Q148
) which seems to take more time than expected to be retrieved and the whole result is a timeout.Check how we can improve this situation by increasing the time the server waits or using some kind of streaming retrieval.
The text was updated successfully, but these errors were encountered: