Skip to content

0.5.516

Compare
Choose a tag to compare
@tjlee0909 tjlee0909 released this 11 Jul 00:16
· 83 commits to master since this release
Convert subjob start SafeThread to standard Thread (#384)

Sending a subjob to a slave is done asynchronously. Even though it's
bad if it fails, it shouldn't bring down the entire master service.

This is a quick fix because we've run into this issue multiple
times. I'll follow up with a change to clean this up and improve the
behavior in the error case.