Subversion Repositories SmartDukaan

Rev

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

Rev 24157 Rev 24158
Line 45... Line 45...
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
 
49
 
50
	@Scheduled(cron = "0 10 11 ? * *")
50
	@Scheduled(cron = "0 0 9 ? * *")
51
	public void migrateLineItems() throws Throwable {
51
	public void migrateLineItems() throws Throwable {
52
		log.info("Started run Once");
52
		log.info("Started run Once");
53
		scheduledTasks.sendPartnerInvestmentDetails();
53
		scheduledTasks.sendPartnerInvestmentDetails();
54
	}
54
	}
55
 
55