Subversion Repositories SmartDukaan

Rev

Rev 35106 | Rev 35112 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35106 Rev 35109
Line 425... Line 425...
425
     * nagiosCronPropertiesFile);
425
     * nagiosCronPropertiesFile);
426
     *
426
     *
427
     * log.info("endTime" + LocalDateTime.now()); }
427
     * log.info("endTime" + LocalDateTime.now()); }
428
     */
428
     */
429
 
429
 
430
    @Scheduled(cron = "0 0 7 * * *")
430
    @Scheduled(cron = "0 0 10 * * *")
431
    public void onboardingEventDelays() throws Throwable {
431
    public void onboardingEventDelays() throws Throwable {
432
        log.info("startTime" + LocalDateTime.now());
432
        log.info("startTime" + LocalDateTime.now());
433
 
433
 
434
        LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
434
        LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
435
        propertiesDetails.put("onboardingEventDelays", "0");
435
        propertiesDetails.put("onboardingEventDelays", "0");