Subversion Repositories SmartDukaan

Rev

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

Rev 32048 Rev 32117
Line 611... Line 611...
611
    @Scheduled(cron = "0 0 0 * * *")
611
    @Scheduled(cron = "0 0 0 * * *")
612
    public void calculateInterestAccured() throws Throwable {
612
    public void calculateInterestAccured() throws Throwable {
613
        scheduledTasks.calculateInterestAccured();
613
        scheduledTasks.calculateInterestAccured();
614
    }
614
    }
615
 
615
 
616
    @Scheduled(cron = "0 */5 2-22 * * *")
616
    //  @Scheduled(cron = "0 */5 2-22 * * *")
-
 
617
    @Scheduled(fixedDelay = 5 * 60 * 1000)
617
    public void loanSettlement() throws Throwable {
618
    public void loanSettlement() throws Throwable {
618
        scheduledTasks.loanSettlement();
619
        scheduledTasks.loanSettlement();
619
    }
620
    }
620
 
621
 
621
    @Scheduled(cron = "0 */15 * * * *")
622
    @Scheduled(cron = "0 */15 * * * *")