website icon indicating copy to clipboard operation
website copied to clipboard

Cronjobs startup config for devs

Open fcaps opened this issue 2 years ago • 0 comments

working on the project and restarting the node-service everytime you change something results in cronjobs restarting every time. would be nice if we could configure to not start cronjobs via env/config

# src/backend/AppKernel
startCronJobs () {
        this.schedulers.push(leaderboardCacheCrawler(this.appContainer.get('LeaderboardService')))
        this.schedulers.push(wordpressCacheCrawler(this.appContainer.get('WordpressService')))
    }

fcaps avatar Dec 03 '23 11:12 fcaps