Subversion Repositories SmartDukaan

Rev

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

Rev 34791 Rev 34792
Line 848... Line 848...
848
    @Scheduled(cron = "0 0 8 * * *")
848
    @Scheduled(cron = "0 0 8 * * *")
849
    public void employeeTrackingReport() throws Throwable {
849
    public void employeeTrackingReport() throws Throwable {
850
        log.info("Running bid cron at 08:00 AM");
850
        log.info("Running bid cron at 08:00 AM");
851
        runOnceTasks.employeeTrackingReport();
851
        runOnceTasks.employeeTrackingReport();
852
    }
852
    }
853
    @Scheduled(cron = "30 10 1 1,4,7,10 *")
853
    @Scheduled(cron = "0 0 0 1 1,4,7,10 *")
854
    public void Send() throws Throwable {
854
    public void sendUpdateMobileBrandMarketShareQuaterlyMail() throws Throwable {
855
        log.info("Running Marketshare update remined quaterly");
855
        log.info("Running Marketshare update remined quaterly");
856
        scheduledTasks.sendUpdateMobileBrandMarketShareQuaterlyMail();
856
        scheduledTasks.sendUpdateMobileBrandMarketShareQuaterlyMail();
857
    }
857
    }
858
}
858
}