Subversion Repositories SmartDukaan

Rev

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

Rev 30896 Rev 30913
Line 614... Line 614...
614
 
614
 
615
	@Scheduled(cron = "0 0 1 * * *")
615
	@Scheduled(cron = "0 0 1 * * *")
616
	public void processActivatedImeisForSchemes() throws Throwable {
616
	public void processActivatedImeisForSchemes() throws Throwable {
617
		scheduledTasks.processActivatedImeisForSchemes();
617
		scheduledTasks.processActivatedImeisForSchemes();
618
	}
618
	}
-
 
619
 
-
 
620
	@Scheduled(cron = "0 0 7 * * *")
-
 
621
	public void updatePartnerLimit() throws Throwable {
-
 
622
		scheduledTasks.updatePartnerLimit();
-
 
623
	}
619
	/*
624
	/*
620
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
625
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
621
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
626
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
622
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
627
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
623
	 * log.info("endTime" + LocalDateTime.now()); }
628
	 * log.info("endTime" + LocalDateTime.now()); }