Subversion Repositories SmartDukaan

Rev

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

Rev 23761 Rev 23762
Line 56... Line 56...
56
	public void runTwice() throws Throwable
56
	public void runTwice() throws Throwable
57
	{
57
	{
58
		log.info("Started run Twice");
58
		log.info("Started run Twice");
59
		scheduledTasks.reconcileRecharge();
59
		scheduledTasks.reconcileRecharge();
60
	}*/
60
	}*/
61
	@Scheduled(fixedRate=Integer.MAX_VALUE)
61
	/*@Scheduled(fixedRate=Integer.MAX_VALUE)
62
	public void runThird() throws Throwable
62
	public void runThird() throws Throwable
63
	{
63
	{
64
		log.info("Started run Third");
64
		log.info("Started run Third");
65
		scheduledTasks.processRechargeCashback();
65
		scheduledTasks.processRechargeCashback();
66
	}
66
	}*/
67
 
67
 
68
}
68
}