IBM / kar

KAR: A Runtime for the Hybrid Cloud
Apache License 2.0
28 stars 11 forks source link

bug fix: tailCalls should have an infinite request deadline #350

Closed dgrove-oss closed 1 year ago

dgrove-oss commented 1 year ago

When an actor lock is retained due to a tailCall, set the request deadline to 0 (no deadline) because semantically the request is already executing (and the lock is being held).