Skip to content

Commit 5b0d2e1

Browse files
committed
reindex every night
1 parent 182395b commit 5b0d2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klass-api/src/main/java/no/ssb/klass/api/services/ReIndexService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public ReIndexService(ClassificationSeriesRepository classificationRepository, I
3232
* asynchronous indexing for each one. The job is scheduled to run every day at 23:30.
3333
* </p>
3434
*/
35-
@Scheduled(cron = "0 0 * * * *")
35+
@Scheduled(cron = "0 30 23 * * *")
3636
public void runDailyIndexJob() {
3737
log.info("Starting scheduled index job at 23:30");
3838

0 commit comments

Comments
 (0)