luwei16 commented on code in PR #57591:
URL: https://github.com/apache/doris/pull/57591#discussion_r2500388468
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3674,4 +3674,10 @@ public static int metaServiceRpcRetryTimes() {
@ConfField(mutable = true)
public static String aws_credentials_provider_version = "v2";
+
+ @ConfField(mutable = false, description = {
+ "agent tasks 健康检查的时间间隔,默认五分钟,小于等于0时不做健康检查",
+ "agent tasks health check interval, default is five minutes, no
health check when less than or equal to 0"
+ })
+ public static long agent_task_health_check_intervals_ms = 5 * 60 * 1000L;
// 5 min
Review Comment:
The scanning interval and the task timeout should be two separate
configurations.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]