Subversion Repositories SmartDukaan

Rev

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

Rev 30584 Rev 30637
Line 574... Line 574...
574
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
574
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
575
 
575
 
576
		log.info("endTime" + LocalDateTime.now());
576
		log.info("endTime" + LocalDateTime.now());
577
	}
577
	}
578
 
578
 
-
 
579
	@Scheduled(cron = "0 4 * * * *")
-
 
580
	public void processPriceDrop() throws Throwable {
-
 
581
		scheduledTasks.processPriceDrop();
-
 
582
	}
-
 
583
 
579
	/*
584
	/*
580
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
585
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
581
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
586
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
582
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
587
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
583
	 * log.info("endTime" + LocalDateTime.now()); }
588
	 * log.info("endTime" + LocalDateTime.now()); }