Subversion Repositories SmartDukaan

Rev

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

Rev 34443 Rev 34451
Line 694... Line 694...
694
    //@Scheduled(cron = "0 30 6 4 * ?")
694
    //@Scheduled(cron = "0 30 6 4 * ?")
695
    public void resetHardLimit() throws Throwable {
695
    public void resetHardLimit() throws Throwable {
696
        scheduledTasks.resetHardLimit();
696
        scheduledTasks.resetHardLimit();
697
    }
697
    }
698
 
698
 
699
    @Scheduled(cron = "0 0 7 * * *")
699
    @Scheduled(cron = "0 0/30 * * * *")
700
    public void updatePartnerLimit() throws Throwable {
700
    public void updatePartnerLimit() throws Throwable {
701
        scheduledTasks.updatePartnerLimit();
701
        scheduledTasks.updatePartnerLimit();
702
    }
702
    }
703
 
703
 
704
    @Scheduled(cron = "0 0 9,14,18 * * *")
704
    @Scheduled(cron = "0 0 9,14,18 * * *")