Actions
Task #4444
closedBug #3857: [SDKs] Python KeepClient should use different timeouts for different operations
Review 3857-python-sdk-timeouts
Start date:
09/11/2014
Due date:
% Done:
0%
Estimated time:
Description
Available for review at 3993ba4
Some notes:
- This change replaces httplib2 with the requests module in every call where the SDK issues a request to Keep.
- It does not explicitly implement or test multiple connection timeouts. Doing so just means issuing a timeout parameter that is a (connection_timeout, read_timeout) parameter, e.g.
client = arvados.KeepClient(api_client=api, timeout=(2, 20))
Actions