exception message added onFailure for GeneratorNode
This commit is contained in:
parent
f4c98595cb
commit
585f473bda
@ -117,7 +117,7 @@ public class TbMsgGeneratorNode implements TbNode {
|
||||
}
|
||||
},
|
||||
t -> {
|
||||
log.warn("onMsg onFailure callback, took {}ms, config {}, msg {}", sw.stopAndGetTotalTimeMillis(), config, msg);
|
||||
log.warn("onMsg onFailure callback, took {}ms, config {}, msg {}, exception {}", sw.stopAndGetTotalTimeMillis(), config, msg, t);
|
||||
if (initialized.get() && (config.getMsgCount() == TbMsgGeneratorNodeConfiguration.UNLIMITED_MSG_COUNT || currentMsgCount < config.getMsgCount())) {
|
||||
ctx.tellFailure(msg, t);
|
||||
scheduleTickMsg(ctx);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user