Subversion Repositories SmartDukaan

Rev

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

Rev 30926 Rev 30929
Line 619... Line 619...
619
 
619
 
620
	@Scheduled(cron = "0 0 7 * * *")
620
	@Scheduled(cron = "0 0 7 * * *")
621
	public void updatePartnerLimit() throws Throwable {
621
	public void updatePartnerLimit() throws Throwable {
622
		scheduledTasks.updatePartnerLimit();
622
		scheduledTasks.updatePartnerLimit();
623
	}
623
	}
-
 
624
 
-
 
625
	@Scheduled(cron = "0 0 8 * * *")
-
 
626
	public void setDefaultPartnersRisk() throws Throwable {
-
 
627
		scheduledTasks.setDefaultPartnersRisk();
-
 
628
	}
624
	/*
629
	/*
625
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
630
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
626
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
631
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
627
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
632
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
628
	 * log.info("endTime" + LocalDateTime.now()); }
633
	 * log.info("endTime" + LocalDateTime.now()); }