Kharazmi.AspNetCore.BackgroundJob is a Lightweight and Extensible Infrastructure for an easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET Core applications.
Info
Version: | 2.0.0 |
Author(s): | Koorsha Shirazi |
Last Update: | Friday, December 2, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.koorshashirazi.net/ |
NuGet Url: | https://www.nuget.org/packages/Kharazmi.BackgroundJob |
Install
Install-Package Kharazmi.BackgroundJob
dotnet add package Kharazmi.BackgroundJob
paket add Kharazmi.BackgroundJob
Kharazmi.BackgroundJob Download (Unzip the "nupkg" after downloading)
Dependencies
- Kharazmi.AspNetCore.Core(>= 1.4.1)
- HangFire.Mongo(>= 0.7.11)
- Hangfire.AspNetCore(>= 1.7.11)
- Hangfire.MemoryStorage.Core(>= 1.4.0)
- Hangfire.SqlServer(>= 1.7.11)
- Microsoft.AspNetCore.Authentication.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Authorization(>= 3.1.9)
Tags