Subversion Repositories SmartDukaan

Rev

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

Rev 27177 Rev 27227
Line 117... Line 117...
117
	}
117
	}
118
	
118
	
119
	@Scheduled(cron = "0 0 8,10,12,14,16,18,20 * * *")
119
	@Scheduled(cron = "0 0 8,10,12,14,16,18,20 * * *")
120
	public void notifyLead() throws Throwable {
120
	public void notifyLead() throws Throwable {
121
		scheduledTasks.notifyLead();
121
		scheduledTasks.notifyLead();
122
		scheduledTasks.notifyVisits();
122
		//scheduledTasks.notifyVisits();
123
	}
123
	}
124
 
124
 
125
	@Scheduled(cron = "0 0 1 * * *")
125
	@Scheduled(cron = "0 0 1 * * *")
126
	public void fetchImeiActivation() throws Throwable {
126
	public void fetchImeiActivation() throws Throwable {
127
		runOnceTasks.fetchImeiActivation(0);
127
		runOnceTasks.fetchImeiActivation(0);