Subversion Repositories SmartDukaan

Rev

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

Rev 31123 Rev 31141
Line 608... Line 608...
608
	@Scheduled(cron = "0 0 0 * * *")
608
	@Scheduled(cron = "0 0 0 * * *")
609
	public void calculateInterestAccured() throws Throwable {
609
	public void calculateInterestAccured() throws Throwable {
610
		scheduledTasks.calculateInterestAccured();
610
		scheduledTasks.calculateInterestAccured();
611
	}
611
	}
612
 
612
 
613
	@Scheduled(cron = "0 0 2-22 * * *")
613
	@Scheduled(cron = "0 */5 2-22 * * *")
614
	public void loanSettlement() throws Throwable {
614
	public void loanSettlement() throws Throwable {
615
		scheduledTasks.loanSettlement();
615
		scheduledTasks.loanSettlement();
616
	}
616
	}
617
 
617
 
618
	@Scheduled(cron = "0 0 6 * * *")
618
	@Scheduled(cron = "0 0 6 * * *")