Subversion Repositories SmartDukaan

Rev

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

Rev 30887 Rev 30888
Line 590... Line 590...
590
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
590
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
591
 
591
 
592
		log.info("endTime" + LocalDateTime.now());
592
		log.info("endTime" + LocalDateTime.now());
593
	}
593
	}
594
 
594
 
595
	@Scheduled(cron = "0 4 * * * *")
595
	@Scheduled(cron = "0 0 4 * * *")
596
	public void processPriceDrop() throws Throwable {
596
	public void processPriceDrop() throws Throwable {
597
		scheduledTasks.processPriceDrop();
597
		scheduledTasks.processPriceDrop();
598
	}
598
	}
599
 
599
 
600
	@Scheduled(cron = "0 0 0 * * *")
600
	@Scheduled(cron = "0 0 0 * * *")
601
	public void calculateInterestAccured() throws Throwable {
601
	public void calculateInterestAccured() throws Throwable {
602
		scheduledTasks.calculateInterestAccured();
602
		scheduledTasks.calculateInterestAccured();
603
	}
603
	}
604
 
604
 
605
	@Scheduled(cron = "0 0 1 * * * *")
605
	@Scheduled(cron = "0 0 1 * * *")
606
	public void loanSettlement() throws Throwable {
606
	public void loanSettlement() throws Throwable {
607
		scheduledTasks.loanSettlement();
607
		scheduledTasks.loanSettlement();
608
	}
608
	}
609
 
609
 
610
	@Scheduled(cron = "0 0 2 * * * *")
610
	@Scheduled(cron = "0 0 2 * * *")
611
	public void dailyLoanAlert() throws Throwable {
611
	public void dailyLoanAlert() throws Throwable {
612
		scheduledTasks.dailyLoanAlert();
612
		scheduledTasks.dailyLoanAlert();
613
	}
613
	}
614
	/*
614
	/*
615
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
615
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()