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

Task Scheduling #92

Open
mtugnoli opened this issue May 25, 2018 · 4 comments
Open

Task Scheduling #92

mtugnoli opened this issue May 25, 2018 · 4 comments
Milestone

Comments

@mtugnoli
Copy link

Hi, It would be nice to have a scheduling task system in the next version,
best if the list of tasks are stored in db.
ex. Send emails,Keep alive, Clear log

@EduardoPires EduardoPires added this to the v2.0.0 milestone May 25, 2018
@EduardoPires
Copy link
Owner

I'll do that with HangFire

@btastic
Copy link

btastic commented May 28, 2018

Have you seen https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/background-tasks-with-ihostedservice?

Maybe it is worth going for native EF Core utility classes than third party?

@lhmiranda
Copy link

IHostedService is cool but you will still have to deal with all the hassle of managing your tasks.
Also, the latest beta version of Hangfire already registers it as a Hosted Service (HangfireIO/Hangfire#962).

@CanMehmetK
Copy link

I was trying it...
When researching, found kamil has some words about subject.
http://www.kamilgrzybek.com/design/processing-commands-with-hangfire-and-mediatr/

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