Skip to content

maxigs7/quartz-windows-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

quartz-windows-service

This project is my skeleton project to build jobs using Quartz and creating windows service using Topshelf

Requirements

  • .NET Framework 4.7.2

Notes

  • ~/Config/Quartz.Service.Jobs.xml: The jobs are configured here.
  • Quartz configuration is on App.config file inside <quartz> tag.
  • You can use your favorites logger and DI framework.

Instructions

  • ~/Quartz.Service.exe install: Create windows service
  • ~/Quartz.Service.exe uninstall: Remove windows service

References

About

Skeleton project to use Quartz as windows service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages