Subversion Repositories SmartDukaan

Rev

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

Rev 33426 Rev 33435
Line 636... Line 636...
636
    @Scheduled(cron = "0 0 1 * * *")
636
    @Scheduled(cron = "0 0 1 * * *")
637
    public void processActivatedImeisForSchemes() throws Throwable {
637
    public void processActivatedImeisForSchemes() throws Throwable {
638
        scheduledTasks.processActivatedImeisForSchemes();
638
        scheduledTasks.processActivatedImeisForSchemes();
639
    }
639
    }
640
    //On every fifth update deductions
640
    //On every fifth update deductions
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 0 7 * * *")
646
    @Scheduled(cron = "0 0 7 * * *")