Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ public class JobScheduler {
private boolean tenableEnabled;


@Value("${scheduler.total.batches}")
private String noOfBatches;

@Value("${base.region}")
private String region;

Expand Down Expand Up @@ -237,7 +234,7 @@ public void schedulePluginCollectorJobs() {
}
eventBrClient.close();
}
@Scheduled(initialDelayString = "${vulnerability.shipper.initial.delay}", fixedDelayString = "${vulnerability.interval}")

public void schedulePluginShipperJobs() {
// print the current milliseconds
logger.info(CURRENT_MILLISECONDS, System.currentTimeMillis());
Expand Down