Subversion Repositories SmartDukaan

Rev

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

Rev 34547 Rev 34563
Line 814... Line 814...
814
    public void bidPurchaseOrder() throws Throwable {
814
    public void bidPurchaseOrder() throws Throwable {
815
        log.info("running bid cron at 09:30PM");
815
        log.info("running bid cron at 09:30PM");
816
        runOnceTasks.processBids(ProfitMandiConstants.BID_CRON_ENUM.TODAY);
816
        runOnceTasks.processBids(ProfitMandiConstants.BID_CRON_ENUM.TODAY);
817
    }
817
    }
818
 
818
 
819
    /*@Scheduled(cron = "0 0 9,17 * * *")
819
    @Scheduled(cron = "0 0 9,17 * * *")
820
    public void bidConsolidatedMessage() throws Throwable {
820
    public void bidConsolidatedMessage() throws Throwable {
821
        log.info("Running bid cron at 09:00 AM or 05:00 PM");
821
        log.info("Running bid cron at 09:00 AM or 05:00 PM");
822
        runOnceTasks.consolidatedBiddingMessage();
822
        runOnceTasks.consolidatedBiddingMessage();
823
    }*/
823
    }
824
}
824
}