Subversion Repositories SmartDukaan

Rev

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

Rev 34830 Rev 34836
Line 844... Line 844...
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
 
847
 
848
    @Scheduled(cron = "0 0 8 * * *")
848
    @Scheduled(cron = "0 0 8 * * *")
849
    public void employeeTrackingReport() throws Throwable {
849
    public void yesterdayTrackingReport() throws Throwable {
850
        log.info("Running bid cron at 08:00 AM");
850
        log.info("Running yesterday employee tracking cron at 08:00 AM");
-
 
851
        runOnceTasks.yesterdayTrackingReport();
-
 
852
    }
-
 
853
 
-
 
854
    @Scheduled(cron = "0 0 21,16 * * *")
-
 
855
    public void dailyTrackingReport() throws Throwable {
-
 
856
        log.info("Running daily employee tracking cron at 09:00 PM and 04:00 PM");
851
        runOnceTasks.employeeTrackingReport();
857
        runOnceTasks.dailyTrackingReport();
852
    }
858
    }
853
    @Scheduled(cron = "0 0 0 1 1,4,7,10 *")
859
    @Scheduled(cron = "0 0 0 1 1,4,7,10 *")
854
    public void sendUpdateMobileBrandMarketShareQuaterlyMail() throws Throwable {
860
    public void sendUpdateMobileBrandMarketShareQuaterlyMail() throws Throwable {
855
        log.info("Running Marketshare update remined quaterly");
861
        log.info("Running Marketshare update remined quaterly");
856
        scheduledTasks.sendUpdateMobileBrandMarketShareQuaterlyMail();
862
        scheduledTasks.sendUpdateMobileBrandMarketShareQuaterlyMail();