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))
Updated by Tom Clegg about 10 years ago
- Description updated (diff)
- Assigned To set to Tom Clegg
Updated by Tom Clegg about 10 years ago
- Assigned To changed from Tom Clegg to Tim Pierce
Updated by Tim Pierce about 10 years ago
- Assigned To changed from Tim Pierce to Tom Clegg
Updated by Brett Smith about 10 years ago
- Assigned To changed from Tom Clegg to Brett Smith
I understand from standup that Tom doesn't feel like he has to be the one to review this, so stealing it.
Updated by Brett Smith about 10 years ago
- Assigned To changed from Brett Smith to Tim Pierce
Updated by Tim Pierce about 10 years ago
- Assigned To changed from Tim Pierce to Brett Smith
Updated by Brett Smith about 10 years ago
- Assigned To changed from Brett Smith to Tim Pierce
Updated by Tim Pierce about 10 years ago
- Remaining (hours) set to 0.0
- Status changed from In Progress to Resolved
Actions