Subversion Repositories SmartDukaan

Rev

Rev 35326 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35326 Rev 35522
Line 249... Line 249...
249
 
249
 
250
    // TODO: Change it back to first of every month
250
    // TODO: Change it back to first of every month
251
    // @Scheduled(cron = "0 0 1 1 * *")
251
    // @Scheduled(cron = "0 0 1 1 * *")
252
    @Scheduled(cron = "0 0 1 2 * *")
252
    @Scheduled(cron = "0 0 1 2 * *")
253
    public void rollOutUpgardedMargins() throws Exception {
253
    public void rollOutUpgardedMargins() throws Exception {
254
        scheduledTasks.rollOutUpgardedMarginsNextMonth();
254
        scheduledTasks.rollOutUpgardedMarginsNextMonth(null);
255
 
255
 
256
    }
256
    }
257
 
257
 
258
    @Scheduled(fixedDelay = 60 * 1000)
258
    @Scheduled(fixedDelay = 60 * 1000)
259
    public void sendNotification() throws Throwable {
259
    public void sendNotification() throws Throwable {