Subversion Repositories SmartDukaan

Rev

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

Rev 25943 Rev 25946
Line 102... Line 102...
102
		scheduledTasks.checkfocusedModelInPartnerStock();
102
		scheduledTasks.checkfocusedModelInPartnerStock();
103
 
103
 
104
		log.info("endTime" + LocalDateTime.now());
104
		log.info("endTime" + LocalDateTime.now());
105
	}
105
	}
106
	
106
	
107
	@Scheduled(cron = "0 0 */2 * * *")
107
	@Scheduled(cron = "0 0 8,10,12,14,16,18,20,22 * * *")
108
	public void notifyLead() throws Throwable {
108
	public void notifyLead() throws Throwable {
109
		scheduledTasks.notifyLead();
109
		scheduledTasks.notifyLead();
110
		scheduledTasks.notifyVisits();
110
		scheduledTasks.notifyVisits();
111
	}
111
	}
112
 
112