Task #4444
closed
Bug #3857: [SDKs] Python KeepClient should use different timeouts for different operations
Review 3857-python-sdk-timeouts
Added by Tim Pierce about 10 years ago.
Updated about 10 years ago.
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))
- Description updated (diff)
- Description updated (diff)
- Assigned To set to Tom Clegg
- Status changed from New to In Progress
- Assigned To changed from Tom Clegg to Tim Pierce
- Assigned To changed from Tim Pierce to Tom Clegg
- 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.
- Assigned To changed from Brett Smith to Tim Pierce
- Assigned To changed from Tim Pierce to Brett Smith
- Assigned To changed from Brett Smith to Tim Pierce
- Remaining (hours) set to 0.0
- Status changed from In Progress to Resolved
Also available in: Atom
PDF