ubc-cirrus-lab / caribou

Caribou is a framework for geo-distributed deployment of serverless workflows to save carbon emissions.
Other
7 stars 0 forks source link

Cache Remote Client For Caribou Wrapper #287

Closed Danidite closed 2 months ago

Danidite commented 2 months ago

Currently caribou wrapper re-establishes connection to remote client every time it performs a successor or retrieval call. This adds noticeable overhead for smaller running function and thus this should instead be cached.