Subversion Repositories SmartDukaan

Rev

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

Rev 34669 Rev 34710
Line 651... Line 651...
651
        scheduledTasks.processPriceDrop();
651
        scheduledTasks.processPriceDrop();
652
    }
652
    }
653
 
653
 
654
    @Scheduled(cron = "0 0 0 * * *")
654
    @Scheduled(cron = "0 0 0 * * *")
655
    public void calculateInterestAccured() throws Throwable {
655
    public void calculateInterestAccured() throws Throwable {
-
 
656
        scheduledTasks.loanSettlement();
656
        scheduledTasks.calculateInterestAccured();
657
        scheduledTasks.calculateInterestAccured();
657
    }
658
    }
658
 
659
 
659
    //  @Scheduled(cron = "0 */5 2-22 * * *")
660
    //  @Scheduled(cron = "0 */5 2-22 * * *")
660
    @Scheduled(fixedDelay = 1 * 60 * 1000)
661
    @Scheduled(fixedDelay = 1 * 60 * 1000)