Skip to content

Commit bc6f3f5

Browse files
committed
feat(data-input-status): add methods to retrieve data input status by source and build sources list from tenant config
1 parent 49b3d6c commit bc6f3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/com/park/utmstack/service/UtmDataInputStatusService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ private void checkDataInputStatus(List<UtmDataInputStatus> inputs, String server
179179
}
180180
}
181181

182-
@Scheduled(fixedDelay = 1000, initialDelay = 2000)
182+
@Scheduled(fixedDelay = 15000, initialDelay = 30000)
183183
public void syncDataInputStatus() {
184184
final String ctx = CLASSNAME + ".syncDataInputStatus";
185185

0 commit comments

Comments
 (0)