Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 853 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 853 Bytes

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.