Subversion Repositories SmartDukaan

Rev

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

Rev 30401 Rev 30421
Line 545... Line 545...
545
		propertiesDetails.put("vivoDate", Long.toString(secs));
545
		propertiesDetails.put("vivoDate", Long.toString(secs));
546
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
546
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
547
 
547
 
548
	}
548
	}
549
 
549
 
-
 
550
	@Scheduled(cron = "0 0 8 * * *")
-
 
551
	public void reviewUncontactablePartner() throws Throwable {
-
 
552
		log.info("startTime" + LocalDateTime.now());
-
 
553
 
-
 
554
		scheduledTasks.reviewUncontactablePartner();
-
 
555
 
-
 
556
	}
-
 
557
 
550
	@Autowired
558
	@Autowired
551
	private StandAlone standAlone;
559
	private StandAlone standAlone;
552
 
560
 
553
	@Scheduled(fixedDelay = 60 * 1000)
561
	@Scheduled(fixedDelay = 60 * 1000)
554
	public void oppo() throws Throwable {
562
	public void oppo() throws Throwable {