feature(worker): remove RuntimeException wrapping
This commit is contained in:
parent
b8861e50b1
commit
08bf7f7000
1 changed files with 0 additions and 1 deletions
|
|
@ -110,7 +110,6 @@ class InitializeTask implements ITask {
|
|||
LOG.error("Application initialize() threw exception: ", e);
|
||||
} else {
|
||||
LOG.error("Caught exception: ", e);
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
exception = e;
|
||||
// backoff if we encounter an exception.
|
||||
|
|
|
|||
Loading…
Reference in a new issue