Skip to content
Quartz Enterprise Scheduler .NET
C# JavaScript CSS HTML TypeScript TSQL Other
Branch: master
Clone or download
IDDesigns and lahma SchedName added to queries as sql paramter (#818)
Running multiple schedulers against a single database results in high cpu due to multiple query plans being created,
by adding the scheduler name as a sql parameter, sql server is able to reuse the plans across multiple schedulers.

The SchedulerNameLiteral property available on a number of classes is no longer required by the core Quartz code, but has been left to maintain backward compatibility.

fixes #817
Latest commit 287f986 Jan 16, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.vs/config #251 initial web endpoints and UI Apr 24, 2016
.vscode Converted asp.net mvc to aps.net core 2.0 Jul 11, 2017
database Update tables_sqlServer.sql (#787) Aug 31, 2019
doc add targets to build API documentation Aug 15, 2016
docker fix Firebird Docker container usage Mar 3, 2018
src SchedName added to queries as sql paramter (#818) Jan 15, 2020
tools/NuGet tweak docker Linux build testing Sep 4, 2016
.dockerignore fixes to get build and tests passing with latest CoreCLR SDK Jun 21, 2016
.gitattributes tweak docker Linux build testing Sep 4, 2016
.gitignore separate JSON serialization to own project Aug 13, 2016
CONTRIBUTING.md Create CONTRIBUTING.md Oct 5, 2017
Dockerfile upgrade FAKE, try to pin preview-2 of .NET Core SDK Nov 27, 2016
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md Apr 30, 2017
NuGet.Config update deps to point to .NET Core/ASPNET 1.0 releases Jun 27, 2016
Quartz.FxCop Fix crlf issues Dec 30, 2010
Quartz.build Merge branch 'quartznet-3' Aug 18, 2016
Quartz.nuspec use project.json for references Apr 24, 2016
Quartz.sln rename TimezoneResolution to TimeZoneConverter, add test and tweak Jul 17, 2018
Quartz.sln.DotSettings fixes #739 switch to official TimeZoneConverter NuGet package Mar 19, 2019
README.md Clarify Support .NET Core Sep 2, 2018
appveyor.yml setting up preview builds to myget Oct 10, 2018
build.cmd fixes #572 add zip release package Jan 21, 2018
build.fsx changing to date-based versioning for preview package Oct 10, 2018
build.sh fixes #572 add zip release package Jan 21, 2018
changelog.md release preparations Oct 7, 2018
docker-compose.yml lib upgrade Sep 6, 2019
license.txt Fix crlf issues Dec 30, 2010
quartz.net.snk add support for appveyor and FAKE Aug 2, 2016
quartz.public.snk support building with public key file (public CI builds) Jan 17, 2015

README.md

Build status NuGet NuGet Join the chat at https://gitter.im/quartznet/quartznet

Quartz.NET - Job Scheduler for the .NET Platform

http://www.quartz-scheduler.net/

Introduction

This is the README file for Quartz.NET, .NET port of Java Quartz. It supports .NET Core/netstandard 2.0 and .NET Framework 4.5.2 and later.

Quartz.NET is an opensource project aimed at creating a free-for-commercial use Job Scheduler, with 'enterprise' features.

Building

Acknowledgements

Following components are being used by core Quartz:

  • LibLog (MIT) as bridge between different logging frameworks

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License here.

For API documentation, please refer to Quartz.NET site.

You can’t perform that action at this time.