Skip to content

Commit 5c725c1

Browse files
CID-3864: Update schedule intervals
1 parent c626002 commit 5c725c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/net/leanix/githubagent/scheduler/FullScanStatusScheduler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class FullScanStatusScheduler(
1212
private val cachingService: CachingService,
1313
) {
1414

15-
@Scheduled(fixedDelay = 10000, initialDelay = 10000)
15+
@Scheduled(fixedDelay = 30000, initialDelay = 30000)
1616
fun sendFullScanStatus() {
1717
val runId = cachingService.get("runId")
1818
val status = if (runId != null) FullScanStatus.IN_PROGRESS else FullScanStatus.FINISHED

0 commit comments

Comments
 (0)