feat: There is no way the
This commit is contained in:
@@ -56,6 +56,7 @@ public class SendDoneMQService {
|
||||
public void createMQDone(NotifyTodoSendContext object, Message message, Channel channel) throws Exception{
|
||||
try{
|
||||
try{
|
||||
Thread.sleep(5000);
|
||||
insertOrUpdateInfo(object);
|
||||
}catch(InterruptedException e){
|
||||
logger.error(e.toString());
|
||||
|
||||
@@ -56,6 +56,7 @@ public class SendMQService {
|
||||
public void createMQ(BusProcessNew object, Message message, Channel channel) throws Exception{
|
||||
try{
|
||||
try{
|
||||
Thread.sleep(5000);
|
||||
insertOrUpdateInfo(object);
|
||||
}catch(InterruptedException e){
|
||||
logger.error(e.toString());
|
||||
|
||||
Reference in New Issue
Block a user