REQ-2405: 延迟
This commit is contained in:
parent
6f615eccf8
commit
c58f465729
@ -284,6 +284,7 @@ public class OldMsgStatCache implements EventHandler, InitializingBean {
|
||||
public void onEvent(Event event, EventConsumer.Context context) {
|
||||
log.info("oldMsgStat: start - handle mq event, event={}", JSON.toJSONString(event));
|
||||
try {
|
||||
Thread.sleep(500);
|
||||
long start = System.currentTimeMillis();
|
||||
handleMqMessage(event);
|
||||
long end = System.currentTimeMillis();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user