Showing
1 changed file
with
4 additions
and
1 deletions
... | ... | @@ -41,7 +41,10 @@ import static org.thingsboard.rule.engine.api.TbRelationTypes.SUCCESS; |
41 | 41 | name = "delay (deprecated)", |
42 | 42 | configClazz = TbMsgDelayNodeConfiguration.class, |
43 | 43 | nodeDescription = "Delays incoming message (deprecated)", |
44 | - nodeDetails = "Deprecated! Delays messages for configurable period. Please note, this node acknowledges the message from the current queue (message will be removed from queue)", | |
44 | + nodeDetails = "Delays messages for a configurable period. " + | |
45 | + "Please note, this node acknowledges the message from the current queue (message will be removed from queue). " + | |
46 | + "Deprecated because the acknowledged message still stays in memory (to be delayed) and this " + | |
47 | + "does not guarantee that message will be processed even if the \"retry failures and timeouts\" processing strategy will be chosen.", | |
45 | 48 | icon = "pause", |
46 | 49 | uiResources = {"static/rulenode/rulenode-core-config.js"}, |
47 | 50 | configDirective = "tbActionNodeMsgDelayConfig" | ... | ... |