Subversion Repositories SmartDukaan

Rev

Rev 36511 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36511 Rev 36552
Line 892... Line 892...
892
    public void partnerCreditExposureReport() throws Throwable {
892
    public void partnerCreditExposureReport() throws Throwable {
893
        log.info("Running yesterday employee tracking cron at 08:00 AM");
893
        log.info("Running yesterday employee tracking cron at 08:00 AM");
894
        runOnceTasks.sendCreditExposureReport();
894
        runOnceTasks.sendCreditExposureReport();
895
    }
895
    }
896
 
896
 
897
    @Scheduled(cron = "0 0 21,16 * * *")
897
    @Scheduled(cron = "0 0 22,16 * * *")
898
    public void dailyTrackingReport() throws Throwable {
898
    public void dailyTrackingReport() throws Throwable {
899
        log.info("Running daily employee tracking cron at 09:00 PM and 04:00 PM");
899
        log.info("Running daily employee tracking cron at 10:00 PM and 04:00 PM");
900
        runOnceTasks.dailyTrackingReport();
900
        runOnceTasks.dailyTrackingReport();
901
    }
901
    }
902
 
902
 
903
    @Scheduled(cron = "0 0 0 1 1,4,7,10 *")
903
    @Scheduled(cron = "0 0 0 1 1,4,7,10 *")
904
    public void sendUpdateMobileBrandMarketShareQuaterlyMail() throws Throwable {
904
    public void sendUpdateMobileBrandMarketShareQuaterlyMail() throws Throwable {