QueDuler.Core 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package QueDuler.Core --version 1.2.1
NuGet\Install-Package QueDuler.Core -Version 1.2.1
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.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QueDuler.Core --version 1.2.1
#r "nuget: QueDuler.Core, 1.2.1"
#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.2.1

// Install QueDuler.Core as a Cake Tool
#tool nuget:?package=QueDuler.Core&version=1.2.1

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 347 1/25/2024
8.2.5 189 1/23/2024
8.2.4 91 1/21/2024
8.2.3 98 1/21/2024
8.2.2 88 1/21/2024
8.2.1 85 1/21/2024
8.2.0 92 1/20/2024
8.1.4 241 12/19/2023
8.1.3 94 12/19/2023
8.1.2 105 12/19/2023
8.1.1 81 12/19/2023
8.1.0 118 12/19/2023
8.0.2 299 11/20/2023
8.0.1 114 11/20/2023
8.0.0 106 11/19/2023
7.0.4 258 11/21/2023
7.0.1 135 11/20/2023
7.0.0 128 11/20/2023
1.7.1 111 11/21/2023
1.6.0 103 11/20/2023
1.5.3 86 11/20/2023
1.5.2 103 11/20/2023
1.5.1 337 11/7/2023
1.5.0 212 10/21/2023
1.4.7 211 9/20/2023
1.4.6 368 9/5/2023
1.4.5 96 9/4/2023
1.4.4 204 8/27/2023
1.4.3 213 8/16/2023
1.4.2 155 8/9/2023
1.4.1 713 5/15/2023
1.4.0 2,871 1/3/2023
1.3.0 1,045 11/14/2022
1.2.2 661 11/2/2022
1.2.1 530 11/2/2022
1.2.0 832 10/15/2022
1.1.2 1,289 10/8/2022
1.1.1 685 10/2/2022
1.1.0 995 8/20/2022
1.0.9 2,727 4/6/2022
1.0.8 455 4/6/2022
1.0.0 766 3/5/2022