Skip to content

Commit 6cc883d

Browse files
committed
bug 修复
1 parent bff2672 commit 6cc883d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/function/delay.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ FluxMQ支持大批量的延迟消息下发, 通过设置消息的延迟时间,
88
推送Topic规则如下:
99
`$delay/<delay second>/topic`,即可完成消息的研发下发,消息会被自动负载到集群节点进行下发。
1010

11+
## 规则引擎触发时机
12+
13+
延迟消息在提交(写入延迟队列)时不会触发规则引擎;当延迟到期、消息实际下发/投递时,才会以真实 `topic` 触发规则引擎。
14+
1115

0 commit comments

Comments
 (0)