Skip to content

Commit 6cfb01f

Browse files
committed
Updated read timeout with causes and instructions in case of ping pong 2.x
1 parent af85dc7 commit 6cfb01f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/operations/troubleshooting/read-timeout.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A read timeout is a network error that usually happens when a resource is read f
77
There are many possible reasons for why this happens:
88
- The server unexpectedly went down during transmission
99
- The server is under heavy load and unable to process the request in a timely manner
10+
- Ping pong 2.x may run in read timeouts if the download resource size too large. This can be mitigated by setting the `pong-timeout-duration` when starting the ping pong process, the environment variables `DEV_DSF_BPE_FHIR_CLIENT_REMOTE_TIMEOUT_READ` and `DEV_DSF_BPE_FHIR_CLIENT_LOCAL_TIMEOUT_READ` of the BPE and/or the `DEV_DSF_FHIR_CLIENT_TIMEOUT_READ` of the DSF FHIR server to higher values
1011
- Arbitrary network issues
1112

1213
If this is happens during the execution of a DSF process, it is recommended to try starting the process again to see if the issue persists. If the issue persists, further troubleshooting might have include system administrators or a member of the [DSF team](../../community/communication.md).

0 commit comments

Comments
 (0)