Subversion Repositories SmartDukaan

Rev

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

Rev 30667 Rev 30731
Line 471... Line 471...
471
 
471
 
472
		log.info("endTime" + LocalDateTime.now());
472
		log.info("endTime" + LocalDateTime.now());
473
	}
473
	}
474
 
474
 
475
 
475
 
476
	@Scheduled(cron = "0 */5 * * * *")
476
	@Scheduled(cron = "0 */2 * * * *")
477
	public void updateSaholicCISTable() throws Throwable {
477
	public void updateSaholicCISTable() throws Throwable {
478
		log.info("startTime" + LocalDateTime.now());
478
		log.info("startTime" + LocalDateTime.now());
479
		runOnceTasks.updateSaholicCISTable();
479
		runOnceTasks.updateSaholicCISTable();
480
		log.info("endTime" + LocalDateTime.now());
480
		log.info("endTime" + LocalDateTime.now());
481
	}
481
	}