[ server ] [ scheduler ]- fix bug -1

This commit is contained in:
zeaslity
2023-02-03 16:32:46 +08:00
parent 487e808c58
commit 87b1b2398b
6 changed files with 49 additions and 10 deletions

View File

@@ -27,6 +27,7 @@ public class BuildStatusScheduleTask {
@Value(value = "${octopus.status.healthy.cron}")
String healthyCronTimeExpress;
// todo 此时间可以更新Nacos配置更新 自动进行任务更新
@Value(value = "${octopus.status.healthy.start-delay}")
int healthyCheckStartDelaySeconds;