mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 20:22:12 +08:00
调整超时时间配置
This commit is contained in:
@@ -16,7 +16,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||
cron = "0 0/1 * * * ? *",
|
||||
autoRegister = true,
|
||||
consensual = ConsensualEnum.BROADCAST,
|
||||
timeout = 6 * 60)
|
||||
timeout = 2 * 60)
|
||||
public class CommunityReassignJobTask extends AbstractAsyncCommonDispatchTask {
|
||||
private static final ILog log = LogFactory.getLog(CommunityReassignJobTask.class);
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||
cron = "0 0/1 * * * ? *",
|
||||
autoRegister = true,
|
||||
consensual = ConsensualEnum.BROADCAST,
|
||||
timeout = 6 * 60)
|
||||
timeout = 2 * 60)
|
||||
public class KMJobTask extends AbstractAsyncCommonDispatchTask {
|
||||
|
||||
@Autowired
|
||||
|
||||
@@ -28,7 +28,7 @@ import java.util.stream.Collectors;
|
||||
cron = "0 0/1 * * * ? *",
|
||||
autoRegister = true,
|
||||
consensual = ConsensualEnum.BROADCAST,
|
||||
timeout = 6 * 60)
|
||||
timeout = 2 * 60)
|
||||
public class SyncBrokerConfigDiffTask extends AbstractAsyncMetadataDispatchTask {
|
||||
protected static final ILog log = LogFactory.getLog(SyncBrokerConfigDiffTask.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user