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

Any plans to integrate Quartz.net with Background Worker? #2762

Closed
viewtance opened this issue Feb 5, 2020 · 4 comments
Closed

Any plans to integrate Quartz.net with Background Worker? #2762

viewtance opened this issue Feb 5, 2020 · 4 comments

Comments

@viewtance
Copy link

In Asp.Net Boilerplate, it integrated Quartz.net with background workers, so that, it is easy to use Quartz.net.
Any plans abp vNext could integrate Quartz.net to background workers, current only hangfire integrated to background job.

Or, any guideline to add quartz.net with asp.net core background tasks?

@hikalkan
Copy link
Member

hikalkan commented Feb 5, 2020

Yes, that can be possible and probably easy. Any PR welcome :)
You can check hangfire integration source code and asp.net boilerplate quartz integration source code to understand how to implement it.

@viewtance
Copy link
Author

Is these information useful to integrate it? Based on asp.net core hosted services interface, it has singleton and scoped services scenarios.
https://andrewlock.net/creating-a-quartz-net-hosted-service-with-asp-net-core/
https://andrewlock.net/using-scoped-services-inside-a-quartz-net-hosted-service-with-asp-net-core/

@olicooper
Copy link
Contributor

Ref: #2904

@mehmet-erim mehmet-erim modified the milestones: backlog, 2.3 Mar 13, 2020
@hikalkan
Copy link
Member

Documentation: https://docs.abp.io/en/abp/latest/Background-Workers-Quartz and https://docs.abp.io/en/abp/latest/Background-Jobs-Quartz

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

5 participants