ubc-cirrus-lab / caribou

Caribou is a framework for running and deploying complex serverless workflows multi-constraint and multi-objective aware on hyper-scalers over multiple regions.
Other
6 stars 0 forks source link

Cache Remote Client For Caribou Client CLI #294

Closed Danidite closed 4 weeks ago

Danidite commented 1 month ago

Currently caribou client CLI re-establishes connection to remote client every time it performs an invocation, this wastes time and resources and adds noticeable overhead for shorter running applications. This should instead be cached.

Danidite commented 4 weeks ago

Closed from PR #295