WIP: страницы для правил #62

Closed
Ghost wants to merge 132 commits from master into 61-rules-pages
Showing only changes of commit 6377e18779 - Show all commits

View File

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