Subversion Repositories SmartDukaan

Rev

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

Rev 34792 Rev 34830
Line 711... Line 711...
711
    //@Scheduled(cron = "0 30 6 4 * ?")
711
    //@Scheduled(cron = "0 30 6 4 * ?")
712
    public void resetHardLimit() throws Throwable {
712
    public void resetHardLimit() throws Throwable {
713
        scheduledTasks.resetHardLimit();
713
        scheduledTasks.resetHardLimit();
714
    }
714
    }
715
 
715
 
716
    @Scheduled(cron = "0 0/30 * * * *")
716
    @Scheduled(cron = "0 0/20 * * * *")
717
    public void updatePartnerLimit() throws Throwable {
717
    public void updatePartnerLimit() throws Throwable {
718
        scheduledTasks.updatePartnerLimit();
718
        scheduledTasks.updatePartnerLimit();
719
    }
719
    }
720
 
720
 
721
    @Scheduled(cron = "0 0 9,14,18 * * *")
721
    @Scheduled(cron = "0 0 9,14,18 * * *")