Subversion Repositories SmartDukaan

Rev

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

Rev 34321 Rev 34374
Line 682... Line 682...
682
    //On every fifth update deductions
682
    //On every fifth update deductions
683
    @Scheduled(cron = "0 30 6 5 * ?")
683
    @Scheduled(cron = "0 30 6 5 * ?")
684
    public void processSidbiDeductions() throws Throwable {
684
    public void processSidbiDeductions() throws Throwable {
685
        scheduledTasks.processSidbiDeductions();
685
        scheduledTasks.processSidbiDeductions();
686
    }
686
    }
687
 
-
 
-
 
687
    //Dont reset it for now as proposed by TV
688
    @Scheduled(cron = "0 30 6 4 * ?")
688
    //@Scheduled(cron = "0 30 6 4 * ?")
689
    public void resetHardLimit() throws Throwable {
689
    public void resetHardLimit() throws Throwable {
690
        scheduledTasks.resetHardLimit();
690
        scheduledTasks.resetHardLimit();
691
    }
691
    }
692
 
692
 
693
    @Scheduled(cron = "0 0 7 * * *")
693
    @Scheduled(cron = "0 0 7 * * *")