Upated reads scheduled
This commit is contained in:
parent
bc97474bd0
commit
d491017c3c
|
@ -23,7 +23,7 @@ public class SyncConfiguration {
|
|||
|
||||
}
|
||||
|
||||
@Scheduled(cron = "0 24 18 * * ?")
|
||||
@Scheduled(cron = "0 50 7 * * ?")
|
||||
public void cronJobSch() {
|
||||
|
||||
LocalDateTime start = LocalDateTime.now();
|
||||
|
|
Loading…
Reference in New Issue