Subversion Repositories SmartDukaan

Rev

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

Rev 24188 Rev 24305
Line 47... Line 47...
47
	/*
47
	/*
48
	 * Value so big so that it got to run only once.
48
	 * Value so big so that it got to run only once.
49
	 * 
49
	 * 
50
	 */
50
	 */
51
 
51
 
52
	@Scheduled(cron = "0 0 9 ? * *")
52
	@Scheduled(cron = "0 0 1 ? * *")
53
	public void migrateLineItems() throws Throwable {
53
	public void migrateLineItems() throws Throwable {
54
		log.info("Started run Once");
54
		log.info("Started run Once");
55
		scheduledTasks.sendPartnerInvestmentDetails();
55
		scheduledTasks.sendPartnerInvestmentDetails();
56
	}
56
	}
57
 
57