Felix-CodingClimber / DotNetElements

Opinionated framework to build .NET applications fast while focusing more on the final product and less on writing low level code.
MIT License
2 stars 1 forks source link

Use a custom implementation of NCronJob as simple task scheduler #14

Open Felix-CodingClimber opened 5 months ago

Felix-CodingClimber commented 5 months ago

Original repo: https://github.com/linkdotnet/NCronJob

Things to change/ optimize:

FelixCCWork commented 5 months ago

JobScheduler.zip

FelixCCWork commented 5 months ago

Check if we want to replace NCrontab with our own simple cron parsing implementation.

Help:

Writing a simple cron expression parser.pdf

FelixCCWork commented 5 months ago

JobScheduler.zip

Update JobScheduler see updates in https://github.com/linkdotnet/NCronJob/releases/tag/v1.0.2

FelixCCWork commented 5 months ago

Add convenient helpers to define the schedule time (.Hourly() or .Daly()) see https://spark-framework.net/docs/job-scheduling/