Coder Social home page Coder Social logo

abakumov-v / scheduler.quartz Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 91 KB

Quartz.NET runner for .NET Standard 2.0 with support of ASP.NET Core

C# 100.00%
csharp cron dotnet dotnet-standard dotnet-core scheduler scheduling quartz-net quartz serviceprovider quartz-scheduler

scheduler.quartz's Introduction

Scheduler.Quartz

Quartz.NET runner for .NET Standard 2.0 with support of ASP.NET Core.

Source article: https://tech.trailmax.info/2013/07/quartz-net-in-azure-with-autofac-smoothness/

Package Last version
Scheduler.Quartz NuGet Pre Release
Scheduler.Quartz.Ioc.Autofac NuGet Pre Release
Scheduler.Quartz.Ioc.ServiceProvider NuGet Pre Release

Builds

Branch Build status
dev Build status

AppVeyor Nuget project feed: https://ci.appveyor.com/nuget/scheduler-quartz-47b9607klagb

Include packages:

  1. Scheduler.Quartz - Quartz.NET scheduler;
  2. Scheduler.Quartz.Ioc.Autofac - dependency registration components for Autofac;
  3. Scheduler.Quartz.Ioc.ServiceProvider - dependency registration components for ServiceProvider (.NET Core built-in Ioc container).

Features

  1. Support .NET Standard 2.0 (and, of cource, .NET Core 2.x);
  2. Has 2 types of Quartz scheduler:
    1. file configured;
    2. in-memory configured
  3. Can adding via ConfigureServices in Startup.cs;
  4. Can started via implementation of IHostedService of IHost (or IWebHost);
  5. Has built-in:
    1. simple QuartzSchedulerHostedService hosted service which only starts the Quartz scheduler;
    2. Quartz jobs: LoggableJob and LoggableJobAsync which uses the ILogger<T>.

Changelog

changelog

How to use it?

  1. See readme inside Scheduler.Quartz project.
  2. More about using with IServiceProvider inside Scheduler.Quartz.Ioc.ServiceProvider project.
  3. Need examples? See in examples folder.

scheduler.quartz's People

Contributors

abakumov-v avatar artem-sedykh avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

artem-sedykh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.