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

Introduce AsyncPeriodicBackgroundWorkerBase #2540

Closed
hikalkan opened this issue Jan 3, 2020 · 0 comments · Fixed by #2545
Closed

Introduce AsyncPeriodicBackgroundWorkerBase #2540

hikalkan opened this issue Jan 3, 2020 · 0 comments · Fixed by #2545

Comments

@hikalkan
Copy link
Member

hikalkan commented Jan 3, 2020

  • Feature: That has DoWorkAsync instead of DoWork of the PeriodicBackgroundWorkerBase.
  • BackgroundJobExecuter's Execute method changed to ExecuteAsync.
  • BackgroundJobWorker now inherits AsyncPeriodicBackgroundWorkerBase instead of PeriodicBackgroundWorkerBase.
@hikalkan hikalkan added this to the 2.0 milestone Jan 3, 2020
hikalkan added a commit that referenced this issue Jan 3, 2020
* Send IServiceProvider to DoWork method of the periodic background worker #2539
* Introduce AsyncPeriodicBackgroundWorkerBase #2540
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant