website
website copied to clipboard
Cronjobs startup config for devs
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')))
}