QueDuler.Core
1.2.0
See the version list below for details.
dotnet add package QueDuler.Core --version 1.2.0
NuGet\Install-Package QueDuler.Core -Version 1.2.0
<PackageReference Include="QueDuler.Core" Version="1.2.0" />
paket add QueDuler.Core --version 1.2.0
#r "nuget: QueDuler.Core, 1.2.0"
// Install QueDuler.Core as a Cake Addin #addin nuget:?package=QueDuler.Core&version=1.2.0 // Install QueDuler.Core as a Cake Tool #tool nuget:?package=QueDuler.Core&version=1.2.0
QueDuler
Queduler help you create, schedule and dispatch your jobs easily and fast.
How to use
- you can use the extension method: AddQueduler() in name space: QueDuler.Helpers to register the dispatcher
- while configuring provide the assemblies which contains the jobs which implimented IDispatchableJob and ISchedulableJob interfaces
- if you decide to implement interface
Dispatching Concept
1- you can dispatch jobs and trigger them with minimal effort, you only need to implement IBroker, or use some pre-implemented brokers like Queduler.Broker.Kafka 2- every job should imple IDispatchableJob, have a unique jobid(the class name maybe), and DIspatch method.
every job will registered in DiContainer so you caninject services in job constructor
3- When dispatcher started, it appends a OnMessageReceivedEventHandler to IBroker.
4- Any time the message is equal to any jobid, the job will triggered instantly.
Scheduling Concept
- Same as IBroker, you can implement IScheduler or use pre-impl QueDuler.Scheduler.Hangfire
- every job should imple ISchedulableJob, have a unique jobid(the class name maybe), Cron expression and Do method.
every job will registered in DiContainer so you caninject services in job constructor
- When dispatcher starts, it schedule any job with Schedule methodin IScheduler interface using the cron expression.
- no more steps
contact me [exitchu@gmail.com]
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Newtonsoft.Json (>= 13.0.1)
- System.Runtime (>= 4.3.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on QueDuler.Core:
Package | Downloads |
---|---|
QueDuler.Broker.Kafka
Package Description |
|
QueDuler.Scheduler.Hangfier
Package Description |
|
Soot.Net.Client
a notofication sender that support Rest and kafka for send Email & SMS |
|
QueDuler.Scheduler.InMemory
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.2.6 | 900 | 1/25/2024 |
8.2.5 | 223 | 1/23/2024 |
8.2.4 | 131 | 1/21/2024 |
8.2.3 | 144 | 1/21/2024 |
8.2.2 | 129 | 1/21/2024 |
8.2.1 | 119 | 1/21/2024 |
8.2.0 | 139 | 1/20/2024 |
8.1.4 | 282 | 12/19/2023 |
8.1.3 | 134 | 12/19/2023 |
8.1.2 | 145 | 12/19/2023 |
8.1.1 | 119 | 12/19/2023 |
8.1.0 | 172 | 12/19/2023 |
8.0.2 | 347 | 11/20/2023 |
8.0.1 | 149 | 11/20/2023 |
8.0.0 | 136 | 11/19/2023 |
7.0.4 | 306 | 11/21/2023 |
7.0.1 | 179 | 11/20/2023 |
7.0.0 | 177 | 11/20/2023 |
1.7.1 | 134 | 11/21/2023 |
1.6.0 | 133 | 11/20/2023 |
1.5.3 | 112 | 11/20/2023 |
1.5.2 | 135 | 11/20/2023 |
1.5.1 | 396 | 11/7/2023 |
1.5.0 | 266 | 10/21/2023 |
1.4.7 | 251 | 9/20/2023 |
1.4.6 | 399 | 9/5/2023 |
1.4.5 | 129 | 9/4/2023 |
1.4.4 | 253 | 8/27/2023 |
1.4.3 | 250 | 8/16/2023 |
1.4.2 | 193 | 8/9/2023 |
1.4.1 | 756 | 5/15/2023 |
1.4.0 | 3,431 | 1/3/2023 |
1.3.0 | 1,101 | 11/14/2022 |
1.2.2 | 713 | 11/2/2022 |
1.2.1 | 569 | 11/2/2022 |
1.2.0 | 879 | 10/15/2022 |
1.1.2 | 1,331 | 10/8/2022 |
1.1.1 | 731 | 10/2/2022 |
1.1.0 | 1,035 | 8/20/2022 |
1.0.9 | 2,810 | 4/6/2022 |
1.0.8 | 483 | 4/6/2022 |
1.0.0 | 822 | 3/5/2022 |