Subversion Repositories SmartDukaan

Rev

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

Rev 34767 Rev 34770
Line 842... Line 842...
842
    @Scheduled(cron = "0 0 9,17 * * *")
842
    @Scheduled(cron = "0 0 9,17 * * *")
843
    public void bidConsolidatedMessage() throws Throwable {
843
    public void bidConsolidatedMessage() throws Throwable {
844
        log.info("Running bid cron at 09:00 AM or 05:00 PM");
844
        log.info("Running bid cron at 09:00 AM or 05:00 PM");
845
        runOnceTasks.consolidatedBiddingMessage();
845
        runOnceTasks.consolidatedBiddingMessage();
846
    }
846
    }
-
 
847
 
-
 
848
    @Scheduled(cron = "0 0 8 * * *")
-
 
849
    public void employeeTrackingReport() throws Throwable {
-
 
850
        log.info("Running bid cron at 08:00 AM");
-
 
851
        runOnceTasks.employeeTrackingReport();
-
 
852
    }
847
}
853
}