Project

General

Profile

Idea #19686

Updated by Peter Amstutz over 1 year ago

The python SDK method arvados.api() aravdos.api() should return a ThreadSafeApiCache object instead of the plain API object.    Benefits: 

 * It is threadsafe 
 * It creates a corresponding keep client object, which can be accessed by classes like Collection() that take an api client without having to manage passing an extra keep client object around. 

 This is in response to users customers running into this issue.

Back