KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Sample-Quartz
★ 22
Open GitHub ↗
Sample Quartz.NET Hosted Service
Download README (.md)
Explore Similar Repositories
mongodb-quartz-net
:
MongoDB Job Store for Quartz.NET
AspNetCoreQuartz
:
ASP.NET Core scheduling with Quartz.NET and SignalR
quartznet-RavenDB
:
RavenDB JobStore support for Quartz.NET scheduler.
quartz-cron-generator
:
Quartz Cron Generator - generates cron expressions for cron scheduler of Quartz.NET library
ProxyCrawler
:
代理爬虫服务,爬取代理IP并保存到 Redis 中, topshelf+Quartz.Net+redis
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Sample-Quartz
?
Download (.md)
# Sample MassTransit Quartz Scheduler This sample contains two projects: 1. Net461 using TopShelf 2. NetCore (linux, windows, mac...), it uses [System.ServiceProcess.ServiceController](https://www.nuget.org/packages/System.ServiceProcess.ServiceController) which allows the process to be installed on windows as a service (using sc.exe) The persistence mechanism used in this example is SQLServer, however Quartz.net supports [all of these](https://github.com/quartznet/quartznet/tree/master/database/tables). ## Building Connect to your development SQLServer, windows users is most likely (localdb)\MSSQLLocalDb, and [run this script](create_quartz_tables.sql) Open the .sln, and run the QuartzService project. Done, you have a MT Scheduler!