-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
6d22c40
commit d0a26aa
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters