Skip to content

Cronjobs startup config for devs #518

@fcaps

Description

@fcaps

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')))
    }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions