Subversion Repositories SmartDukaan

Rev

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

Rev 35133 Rev 35177
Line 861... Line 861...
861
    public void yesterdayTrackingReport() throws Throwable {
861
    public void yesterdayTrackingReport() throws Throwable {
862
        log.info("Running yesterday employee tracking cron at 08:00 AM");
862
        log.info("Running yesterday employee tracking cron at 08:00 AM");
863
        runOnceTasks.yesterdayTrackingReport();
863
        runOnceTasks.yesterdayTrackingReport();
864
    }
864
    }
865
 
865
 
-
 
866
    @Scheduled(cron = "0 0 8 * * *")
-
 
867
    public void partnerCreditExposureReport() throws Throwable {
-
 
868
        log.info("Running yesterday employee tracking cron at 08:00 AM");
-
 
869
        runOnceTasks.sendCreditExposureReport();
-
 
870
    }
-
 
871
 
866
    @Scheduled(cron = "0 0 21,16 * * *")
872
    @Scheduled(cron = "0 0 21,16 * * *")
867
    public void dailyTrackingReport() throws Throwable {
873
    public void dailyTrackingReport() throws Throwable {
868
        log.info("Running daily employee tracking cron at 09:00 PM and 04:00 PM");
874
        log.info("Running daily employee tracking cron at 09:00 PM and 04:00 PM");
869
        runOnceTasks.dailyTrackingReport();
875
        runOnceTasks.dailyTrackingReport();
870
    }
876
    }