Subversion Repositories SmartDukaan

Rev

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

Rev 26377 Rev 26408
Line 117... Line 117...
117
		scheduledTasks.notifyVisits();
117
		scheduledTasks.notifyVisits();
118
	}
118
	}
119
 
119
 
120
	@Scheduled(cron = "0 0 1 * * *")
120
	@Scheduled(cron = "0 0 1 * * *")
121
	public void fetchImeiActivation() throws Throwable {
121
	public void fetchImeiActivation() throws Throwable {
122
		runOnceTasks.fetchImeiActivation();
122
		runOnceTasks.fetchImeiActivation(0);
123
	}
123
	}
124
	
124
	
-
 
125
	/*@Scheduled(cron = "0 0 1 1 * *")
-
 
126
	public void checkPriceDrop() throws Throwable {
-
 
127
		scheduledTasks.checkPriceDrop();
-
 
128
	}*/
-
 
129
	
125
}
130
}