previously only successful promises were resolved, resulting in an infinite block in lacinia. Exceptions are now passed through the promesa promise into the lacinia promise, which is supported by lacinia.
This caused an issue in our setup where exceptions were lost, and workers were blocking on rejected promesa promises.
previously only successful promises were resolved, resulting in an infinite block in lacinia. Exceptions are now passed through the promesa promise into the lacinia promise, which is supported by lacinia.
This caused an issue in our setup where exceptions were lost, and workers were blocking on rejected promesa promises.