Skip to content

Scheduler to check orders status for prevent delays, based on the max. acceptable time.

Notifications You must be signed in to change notification settings

emilioap/quartz-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Scheduler made with .NET Core to check orders status for prevent delivery delays, based on the maximum acceptable time for each status.

Features:

  • Factory Pattern
  • Topshelf
  • Quartz (scheduler)
  • Dapper ORM With MySQL

Installation:

  1. Clone the Repo and acess the folder named Desafio1;
  2. Configure your connectionString in appSettings.json according to your MySQL instance.
  3. Execute the script named createDatabase.sql , inside the folder SQL.

Running

Go to folder StatusProcessor and run:

$ dotnet run

About

Scheduler to check orders status for prevent delays, based on the max. acceptable time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages