Skip to content

calexandrepcjr/JobScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

job-scheduler

An experiment scheduling jobs in C#

I expect to create a lib that helps organizing jobs.

Given an execution window tuple [2019-11-10 09:00:00, 2019-11-11 12:00:00] with a job list sample, the scheduler will organize chunks of jobs, which each job list will execute sequentially.

alt text

How to see it working

  1. Unzip v0.2 release;
  2. Execute Example.exe with the sample filename as argument (there is already one in the Example directory) - the example will be fed by a valid JSON.

The sample schema can be seen here.