Return to site

Net core scheduled task

broken image
broken image
broken image

It’s multi-threaded, easily scalable, and offers a variety of job types. Hangfire is an open-source and well-documented task scheduler for ASP.NET and ASP.NET Core. We can handle all these tasks with a good background task scheduler that takes care of the details for us. Or we may need to send a notification to our user once, except not right now, but in about three days. Like watching out for inactive users or sending subscription invoices. We also may need to schedule some tasks to run every hour, week, or maybe a month.

broken image