Subversion Repositories SmartDukaan

Rev

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

Rev 34770 Rev 34791
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 *")
-
 
854
    public void Send() throws Throwable {
-
 
855
        log.info("Running Marketshare update remined quaterly");
-
 
856
        scheduledTasks.sendUpdateMobileBrandMarketShareQuaterlyMail();
-
 
857
    }
853
}
858
}