We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1490e5a commit f9ce3a3Copy full SHA for f9ce3a3
1 file changed
server/src/main/java/org/eclipse/openvsx/storage/log/DownloadCountService.java
@@ -77,7 +77,7 @@ public void applicationStarted(ApplicationStartedEvent event) {
77
azureDownloadCountHandler.getRecurringJobId(),
78
azureDownloadCountHandler.getCronSchedule(),
79
ZoneId.of("UTC"),
80
- new HandlerJobRequest<>(AwsDownloadCountHandler.class)
+ new HandlerJobRequest<>(AzureDownloadCountHandler.class)
81
);
82
} else {
83
scheduler.deleteRecurringJob(azureDownloadCountHandler.getRecurringJobId());
0 commit comments