Subversion Repositories SmartDukaan

Rev

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

Rev 27103 Rev 27124
Line 44... Line 44...
44
	@Scheduled(cron = "0 15 0 * * *")
44
	@Scheduled(cron = "0 15 0 * * *")
45
	public void runOnceTasks() throws Exception {
45
	public void runOnceTasks() throws Exception {
46
		scheduledTasks.reconcileRecharge();
46
		scheduledTasks.reconcileRecharge();
47
	}
47
	}
48
 
48
 
49
	@Scheduled(cron = "0 0 8 * * *")
49
	/*@Scheduled(cron = "0 0 8 * * *")
50
	public void mailDashboardScreenshots() throws Exception {
50
	public void mailDashboardScreenshots() throws Exception {
51
		runOnceTasks.mailDashboardScreenshots();
51
		runOnceTasks.mailDashboardScreenshots();
52
	}
52
	}*/
53
 
53
 
54
	@Scheduled(cron = "0 05 0 1,16 * ?")
54
	@Scheduled(cron = "0 05 0 1,16 * ?")
55
	public void processRechargeCashback() throws Throwable {
55
	public void processRechargeCashback() throws Throwable {
56
		scheduledTasks.processRechargeCashback();
56
		scheduledTasks.processRechargeCashback();
57
	}
57
	}