Skip to content

Concept

exitxhu edited this page Dec 26, 2023 · 2 revisions

What is going on inside?

QueDuler generalizes any work flows into some pre-determined flows which are capsulated in its main package. you only need to implement some interfaces and properly configure them once in your startup.

Plug-ins

QueDuler is completely modular, so in the Core package, there is only logic. to actually run the jobs you need to add other packages. you can build your plug-in for your preferred tool(will be explained further).

there are Several Ready to use and Production tested packages:

Startup - bootstrapping

in simplest form

ISchedulableJob

any class

Clone this wiki locally