#92 -- gitlab repository id #93

Merged
romanov73 merged 3 commits from 92-id-gitlab into master 2023-02-20 14:25:20 +04:00
Showing only changes of commit 1e69baea80 - Show all commits

View File

@ -22,7 +22,7 @@ public class ScheduledTimeSeriesService {
this.branchService = branchService; this.branchService = branchService;
} }
@Scheduled(cron = "0 0 * * * *", zone = "Europe/Samara") @Scheduled(cron = "0 0 8 * * *", zone = "Europe/Samara")
public void addTimeSeriesPoints() { public void addTimeSeriesPoints() {
log.debug("Старт добавления новых точек временного ряда"); log.debug("Старт добавления новых точек временного ряда");
List<Branch> branches = branchService.findAll(); List<Branch> branches = branchService.findAll();