QueDuler.Core 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package QueDuler.Core --version 1.1.0
                    
NuGet\Install-Package QueDuler.Core -Version 1.1.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.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QueDuler.Core" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="QueDuler.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add QueDuler.Core --version 1.1.0
                    
#r "nuget: QueDuler.Core, 1.1.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.
#:package QueDuler.Core@1.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=QueDuler.Core&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=QueDuler.Core&version=1.1.0
                    
Install as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 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

QueDuler.Broker.Kafka.Producer

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.1 336 11/17/2025
9.0.10 295 9/29/2025
9.0.9 226 9/29/2025
9.0.8 238 9/7/2025
9.0.7 214 9/7/2025
9.0.5 298 8/27/2025
9.0.4 233 8/18/2025
9.0.3 235 8/18/2025
9.0.2-g07cadab105 213 8/18/2025
9.0.0-g07cadab105 171 8/18/2025
8.2.6 1,237 1/25/2024
8.2.5 304 1/23/2024
8.2.4 212 1/21/2024
8.2.3 245 1/21/2024
8.2.2 233 1/21/2024
8.2.1 233 1/21/2024
8.2.0 239 1/20/2024
8.1.4 384 12/19/2023
8.1.3 239 12/19/2023
8.1.2 243 12/19/2023
8.1.1 213 12/19/2023
8.1.0 277 12/19/2023
8.0.2 422 11/20/2023
8.0.1 219 11/20/2023
8.0.0 192 11/19/2023
7.0.4 395 11/21/2023
7.0.1 250 11/20/2023
7.0.0 254 11/20/2023
1.7.1 188 11/21/2023
1.6.0 180 11/20/2023
1.5.3 162 11/20/2023
1.5.2 184 11/20/2023
1.5.1 502 11/7/2023
1.5.0 341 10/21/2023
1.4.7 330 9/20/2023
1.4.6 466 9/5/2023
1.4.5 196 9/4/2023
1.4.4 353 8/27/2023
1.4.3 354 8/16/2023
1.4.2 278 8/9/2023
1.4.1 881 5/15/2023
1.4.0 3,778 1/3/2023
1.3.0 1,249 11/14/2022
1.2.2 848 11/2/2022
1.2.1 698 11/2/2022
1.2.0 1,013 10/15/2022
1.1.2 1,452 10/8/2022
1.1.1 867 10/2/2022
1.1.0 1,155 8/20/2022
1.0.9 3,010 4/6/2022
1.0.8 602 4/6/2022
1.0.0 980 3/5/2022