[ server ] [ scheduler ]- script scheduler - 4
This commit is contained in:
@@ -30,8 +30,8 @@ public class BuildStatusScheduleTask {
|
||||
@Value(value = "${octopus.status.healthy.start-delay}")
|
||||
int healthyCheckStartDelaySeconds;
|
||||
|
||||
@Value(value = "${octopus.status.metric.cron}")
|
||||
int metricReportCronExpress;
|
||||
// @Value(value = "${octopus.status.metric.cron}")
|
||||
// int metricReportCronExpress;
|
||||
|
||||
@Value(value = "${octopus.status.metric.pinch}")
|
||||
int metricReportTimePinch;
|
||||
|
||||
@@ -4,6 +4,7 @@ package io.wdd.rpc.scheduler.service.script;
|
||||
import io.wdd.rpc.execute.service.CoreExecutionService;
|
||||
import io.wdd.rpc.scheduler.beans.ScriptSchedulerDTO;
|
||||
import lombok.extern.log4j.Log4j;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
@@ -13,7 +14,7 @@ import java.util.List;
|
||||
* 1.
|
||||
*/
|
||||
@Service
|
||||
@Log4j
|
||||
@Slf4j
|
||||
public class AgentApplyScheduledScript {
|
||||
|
||||
@Resource
|
||||
|
||||
Reference in New Issue
Block a user