-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force Pyro to timeout quickly and introduce retries
We observe that sometimes pyro remote calls are with time gaps in between which should not happen. We guess it might be due to network issues. However the packets still arrive and might be due to TCP retransmission. Pyro has a timeout property which is not exposed publicly. This property is set and looped over if timeout error is returned to fix the issue. Signed-off-by: Lukas Pukenis <[email protected]>
- Loading branch information
1 parent
d05c5b4
commit 7b94f4e
Showing
2 changed files
with
27 additions
and
7 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters