Subversion Repositories SmartDukaan

Rev

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

Rev 35178 Rev 35326
Line 884... Line 884...
884
    @Scheduled(cron = "0 0 * * * *")
884
    @Scheduled(cron = "0 0 * * * *")
885
    public void checkRewardsEligibility() throws Throwable {
885
    public void checkRewardsEligibility() throws Throwable {
886
        log.info("Running Rewards Disburse daily");
886
        log.info("Running Rewards Disburse daily");
887
        runOnceTasks.checkRewardsEligibility();
887
        runOnceTasks.checkRewardsEligibility();
888
    }
888
    }
-
 
889
 
-
 
890
    @Scheduled(cron="0 0 20 * * *")
-
 
891
    public void sendTrialExpiry() {
-
 
892
        scheduledTasks.sendTrialExpiry();
-
 
893
    }
889
}
894
}