hatchet-dev/hatchet

go-sdk: should add global recover in case of `panic`

abelanger5 opened this issue · 1 comments

Right now, panic in a method results in the entire worker crashing. Should add recovery to each method so that the panic is sent to the Hatchet engine without killing the worker.

Added in #80