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

Disable BackgroundJobService when only IRecurringJobs are registered #121

Merged

Conversation

NielsPilgaard
Copy link
Owner

There's no need to run the background job scheduling logic if only IRecurringJob/IRecurringJobWithInitialDelays are registered, since those run on a separate timer.

@NielsPilgaard NielsPilgaard merged commit 6caa8a4 into master Feb 27, 2024
1 check passed
@NielsPilgaard NielsPilgaard deleted the feature/conditionally-disable-backgroundjobservice branch February 27, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant