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

Make caribou successor non-blocking to user execution #264

Closed Danidite closed 2 months ago

Danidite commented 2 months ago

Alter caribou successor calls to start new threads, which make the call non-blocking to user execution. Maximum workers for this can be configured in constants.

Succeeds #221