QueDuler.Core 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package QueDuler.Core --version 1.3.0
NuGet\Install-Package QueDuler.Core -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="QueDuler.Core" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QueDuler.Core --version 1.3.0
#r "nuget: QueDuler.Core, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install QueDuler.Core as a Cake Addin
#addin nuget:?package=QueDuler.Core&version=1.3.0

// Install QueDuler.Core as a Cake Tool
#tool nuget:?package=QueDuler.Core&version=1.3.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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 443 1/25/2024
8.2.5 197 1/23/2024
8.2.4 93 1/21/2024
8.2.3 99 1/21/2024
8.2.2 89 1/21/2024
8.2.1 86 1/21/2024
8.2.0 93 1/20/2024
8.1.4 243 12/19/2023
8.1.3 95 12/19/2023
8.1.2 106 12/19/2023
8.1.1 82 12/19/2023
8.1.0 119 12/19/2023
8.0.2 307 11/20/2023
8.0.1 115 11/20/2023
8.0.0 107 11/19/2023
7.0.4 261 11/21/2023
7.0.1 136 11/20/2023
7.0.0 129 11/20/2023
1.7.1 113 11/21/2023
1.6.0 111 11/20/2023
1.5.3 88 11/20/2023
1.5.2 104 11/20/2023
1.5.1 338 11/7/2023
1.5.0 220 10/21/2023
1.4.7 213 9/20/2023
1.4.6 370 9/5/2023
1.4.5 103 9/4/2023
1.4.4 212 8/27/2023
1.4.3 214 8/16/2023
1.4.2 156 8/9/2023
1.4.1 715 5/15/2023
1.4.0 2,968 1/3/2023
1.3.0 1,047 11/14/2022
1.2.2 663 11/2/2022
1.2.1 531 11/2/2022
1.2.0 836 10/15/2022
1.1.2 1,299 10/8/2022
1.1.1 688 10/2/2022
1.1.0 1,000 8/20/2022
1.0.9 2,730 4/6/2022
1.0.8 456 4/6/2022
1.0.0 776 3/5/2022