Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frankhaugen/frank.scheduler

Having gone through different ways of doing scheduled jobs in .net core, I've finally found something simple and easy, and so I want give people an example
https://github.com/frankhaugen/frank.scheduler

asp-net-core core3 cron csharp csharp8 dotnet dotnet-core3 mvc recurring scheduled-jobs scheduled-service scheduled-tasks scheduling task

Last synced: 25 days ago
JSON representation

Having gone through different ways of doing scheduled jobs in .net core, I've finally found something simple and easy, and so I want give people an example

Awesome Lists containing this project

README

        

## Good to know
This is created using .Net core 3.0 Preview and C# 8.0 Beta, so breaking changes might have occured between when this was made and when you attempted to use it.

## How to use this
Just clone the project and do the changes you need to use it as your own.

## What makes this work
The Nuget Package "CronQuery". It's a really nifty little nugget of gold