Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quartznet/quartznet
Quartz Enterprise Scheduler .NET
https://github.com/quartznet/quartznet
c-sharp cron dotnet dotnetcore hacktoberfest job-scheduler nuget quartz scheduled-jobs scheduled-tasks scheduler scheduling trigger
Last synced: 5 days ago
JSON representation
Quartz Enterprise Scheduler .NET
- Host: GitHub
- URL: https://github.com/quartznet/quartznet
- Owner: quartznet
- License: apache-2.0
- Created: 2010-12-30T16:29:27.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T06:07:41.000Z (2 months ago)
- Last Synced: 2024-10-29T10:38:12.537Z (2 months ago)
- Topics: c-sharp, cron, dotnet, dotnetcore, hacktoberfest, job-scheduler, nuget, quartz, scheduled-jobs, scheduled-tasks, scheduler, scheduling, trigger
- Language: C#
- Homepage: http://www.quartz-scheduler.net/
- Size: 29.3 MB
- Stars: 6,525
- Watchers: 306
- Forks: 1,686
- Open Issues: 123
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: license.txt
Awesome Lists containing this project
- stars - quartznet/quartznet
- Awesome-Nuget-Packages - **Quartz.NET**
- awesome-dotnet - quartznet - Quartz.NET is an opensource project aimed at creating a free-for-commercial use Job Scheduler, with enterprise features. (Libraries, Frameworks and Tools / Scheduler and Job)
README
[![Downloads](https://img.shields.io/nuget/dt/Quartz)](#)
[![Build status](https://ci.appveyor.com/api/projects/status/d9ahvu9u77qjhx9r/branch/master?svg=true)](https://ci.appveyor.com/project/lahma/quartznet-6fcn8/branch/master)
[![NuGet](http://img.shields.io/nuget/v/Quartz.svg)](https://www.nuget.org/packages/Quartz/)
[![NuGet pre-release](http://img.shields.io/nuget/vpre/Quartz.svg)](https://www.nuget.org/packages/Quartz/)
[![MyGet pre-release](https://img.shields.io/myget/quartznet/vpre/Quartz)](#)
[![Join the chat at https://gitter.im/quartznet/quartznet](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/quartznet/quartznet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)# Quartz.NET - Enterprise Job Scheduler
Please visit [https://www.quartz-scheduler.net/](https://www.quartz-scheduler.net/) for up to date news and documentation.
## Compatibility
Quartz.NET supports .NET Core/netstandard 2.0 and .NET Framework 4.6.2 and later.
## Installation
* [Stable builds from NuGet](https://www.nuget.org/packages?q=owner%3AQuartz.NET)
* Pre-release builds from Feedz.io feed: https://f.feedz.io/quartznet/quartznet/nuget/index.json## Building
* You can build the code by running `build.cmd` (Windows) or `build.sh` (*nix platform)
* You need MSBuild 17 and .NET Core SDK 6.0 to build## 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](http://www.apache.org/licenses/LICENSE-2.0).For API documentation, please refer to [Quartz.NET site](https://docs.quartz-scheduler.net/apidoc/3.0/html).