Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cronjobs startup config for devs #518

Open
fcaps opened this issue Dec 3, 2023 · 0 comments
Open

Cronjobs startup config for devs #518

fcaps opened this issue Dec 3, 2023 · 0 comments

Comments

@fcaps
Copy link
Collaborator

fcaps commented Dec 3, 2023

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 fcaps assigned fcaps and unassigned fcaps Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant