Subversion Repositories SmartDukaan

Rev

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

Rev 33276 Rev 33357
Line 634... Line 634...
634
    //Look out for imeis that have activation pending based of sale and mark create new SIO out of them
634
    //Look out for imeis that have activation pending based of sale and mark create new SIO out of them
635
    @Scheduled(cron = "0 0 1 * * *")
635
    @Scheduled(cron = "0 0 1 * * *")
636
    public void processActivatedImeisForSchemes() throws Throwable {
636
    public void processActivatedImeisForSchemes() throws Throwable {
637
        scheduledTasks.processActivatedImeisForSchemes();
637
        scheduledTasks.processActivatedImeisForSchemes();
638
    }
638
    }
-
 
639
    //On every fifth update deductions
-
 
640
    @Scheduled(cron = "0 30 6 5 * *")
-
 
641
    public void processSidbiDeductions() throws Throwable {
-
 
642
        scheduledTasks.processSidbiDeductions();
-
 
643
    }
639
 
644
 
640
    @Scheduled(cron = "0 0 7 * * *")
645
    @Scheduled(cron = "0 0 7 * * *")
641
    public void updatePartnerLimit() throws Throwable {
646
    public void updatePartnerLimit() throws Throwable {
642
        scheduledTasks.updatePartnerLimit();
647
        scheduledTasks.updatePartnerLimit();
643
    }
648
    }