We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efaaee3 commit 0e10e86Copy full SHA for 0e10e86
src/main/java/clap/server/application/service/statistics/StatisticsIndexingService.java
@@ -15,7 +15,7 @@ public class StatisticsIndexingService {
15
private final LoadTaskPort loadTaskPort;
16
private final TaskDocumentPort taskDocumentPort;
17
18
- @Scheduled(cron = "30 43 09 * * *")
+ @Scheduled(cron = "0 0 0 * * *")
19
@Transactional
20
public void IndexStatistics() {
21
taskDocumentPort.saveStatistics(
0 commit comments