|
|
@@ -249,7 +249,7 @@ public class ChannelDemandMatchJob {
|
|
|
}
|
|
|
executor.shutdown();
|
|
|
try {
|
|
|
- if (!executor.awaitTermination(30, TimeUnit.MINUTES)) {
|
|
|
+ if (!executor.awaitTermination(120, TimeUnit.MINUTES)) {
|
|
|
log.error("渠道 {} 匹配任务超时,强制终止", channelName);
|
|
|
executor.shutdownNow();
|
|
|
}
|