test ts add

This commit is contained in:
Anton Romanov 2023-05-12 11:54:03 +04:00
parent 28697b68aa
commit 6377e18779

View File

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