-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add transport args as a kwarg for HubProxy [RHELDST-27818]
We would like to be able to set the retry parameters for xml-rpc calls in pub. The retry_request decorator accepts kwargs for setting the retry parameters, but the HubProxy class doesn't make use of these. This change allows users to provide transport class args as a kwarg, so we can modify the retry behaviour.
- Loading branch information
1 parent
be7b4bd
commit ee4972d
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
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
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