Subversion Repositories SmartDukaan

Rev

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

Rev 32531 Rev 32610
Line 229... Line 229...
229
    public void rollOutUpgardedMargins() throws Exception {
229
    public void rollOutUpgardedMargins() throws Exception {
230
        scheduledTasks.rollOutUpgardedMarginsNextMonth();
230
        scheduledTasks.rollOutUpgardedMarginsNextMonth();
231
 
231
 
232
    }
232
    }
233
 
233
 
234
    @Scheduled(cron = "0 */5 * * * *")
234
    @Scheduled(fixedDelay = 60*1000)
235
    public void sendNotification() throws Throwable {
235
    public void sendNotification() throws Throwable {
236
 
236
 
237
        log.info("send Notification");
237
        log.info("send Notification");
238
        LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
238
        LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
239
        propertiesDetails.put("sendNotification", "0");
239
        propertiesDetails.put("sendNotification", "0");