Subversion Repositories SmartDukaan

Rev

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

Rev 33874 Rev 33904
Line 641... Line 641...
641
    @Scheduled(cron = "0 30 6 5 * ?")
641
    @Scheduled(cron = "0 30 6 5 * ?")
642
    public void processSidbiDeductions() throws Throwable {
642
    public void processSidbiDeductions() throws Throwable {
643
        scheduledTasks.processSidbiDeductions();
643
        scheduledTasks.processSidbiDeductions();
644
    }
644
    }
645
 
645
 
-
 
646
    @Scheduled(cron = "0 30 6 4 * ?")
-
 
647
    public void resetHardLimit() throws Throwable {
-
 
648
        scheduledTasks.resetHardLimit();
-
 
649
    }
-
 
650
 
646
    @Scheduled(cron = "0 0 7 * * *")
651
    @Scheduled(cron = "0 0 7 * * *")
647
    public void updatePartnerLimit() throws Throwable {
652
    public void updatePartnerLimit() throws Throwable {
648
        scheduledTasks.updatePartnerLimit();
653
        scheduledTasks.updatePartnerLimit();
649
    }
654
    }
650
 
655