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{
|
public void createMQDone(NotifyTodoSendContext object, Message message, Channel channel) throws Exception{
|
||||||
try{
|
try{
|
||||||
try{
|
try{
|
||||||
|
Thread.sleep(5000);
|
||||||
insertOrUpdateInfo(object);
|
insertOrUpdateInfo(object);
|
||||||
}catch(InterruptedException e){
|
}catch(InterruptedException e){
|
||||||
logger.error(e.toString());
|
logger.error(e.toString());
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ public class SendMQService {
|
|||||||
public void createMQ(BusProcessNew object, Message message, Channel channel) throws Exception{
|
public void createMQ(BusProcessNew object, Message message, Channel channel) throws Exception{
|
||||||
try{
|
try{
|
||||||
try{
|
try{
|
||||||
|
Thread.sleep(5000);
|
||||||
insertOrUpdateInfo(object);
|
insertOrUpdateInfo(object);
|
||||||
}catch(InterruptedException e){
|
}catch(InterruptedException e){
|
||||||
logger.error(e.toString());
|
logger.error(e.toString());
|
||||||
|
|||||||
Reference in New Issue
Block a user