Closed safwank closed 7 years ago
Sometimes when the process crashes, it receives a non-string error (tuple, map, struct, etc), which can't be logged without inspect. This causes JobProcess to crash and restart endlessly.
inspect
JobProcess
This PR fixes the above issue.
@joakimk It'd be great it if you could merge this PR. Thanks.
Sorry it took a while but now it's merged and released as 1.2.2. Thanks! :)
Cheers @joakimk!
Sometimes when the process crashes, it receives a non-string error (tuple, map, struct, etc), which can't be logged without
inspect
. This causesJobProcess
to crash and restart endlessly.This PR fixes the above issue.