feature(worker): throw insufficent permissions error
This commit is contained in:
parent
4ffc50a8ff
commit
06652d8f88
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ 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