Skip to content

backgroundjobs-v7.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 19:33
· 13 commits to master since this release
6caa8a4

The BackgroundJobService will now exit early if only IRecurringJob/IRecurringJobWithInitialDelay instances are registered. These run on a separate timer, so there's no reason for the BackgroundJobService to poll for background jobs to run.

This reduces resource usage in scenarios where only IRecurringJob/IRecurringJobWithInitialDelay instances are registered.

What's Changed

Full Changelog: backgroundjobs-v7.1.2...backgroundjobs-v7.2.0