-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
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')))
}