Subversion Repositories SmartDukaan

Rev

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

Rev 23767 Rev 23768
Line 44... Line 44...
44
	}
44
	}
45
	
45
	
46
	/*Value so big so that it got to run only once.
46
	/*Value so big so that it got to run only once.
47
	 * 
47
	 * 
48
	 */
48
	 */
49
	@Scheduled(fixedDelay=10000)
49
	@Scheduled(fixedDelay=1000*60*10)
50
	public void migrateLineItems() throws Throwable
50
	public void migrateLineItems() throws Throwable
51
	{
51
	{
52
		log.info("Started run Once");
52
		log.info("Started run Once");
53
		runOnceTasks.migarateLineItemsToNewTable();
53
		runOnceTasks.migarateLineItemsToNewTable();
54
	}
54
	}