We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff2672 commit 6cc883dCopy full SHA for 6cc883d
1 file changed
docs/function/delay.md
@@ -8,4 +8,8 @@ FluxMQ支持大批量的延迟消息下发, 通过设置消息的延迟时间,
8
推送Topic规则如下:
9
`$delay/<delay second>/topic`,即可完成消息的研发下发,消息会被自动负载到集群节点进行下发。
10
11
+## 规则引擎触发时机
12
+
13
+延迟消息在提交(写入延迟队列)时不会触发规则引擎;当延迟到期、消息实际下发/投递时,才会以真实 `topic` 触发规则引擎。
14
15
0 commit comments