Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frankhaugen/frank.scheduler
- Owner: frankhaugen
- License: mit
- Created: 2019-03-09T19:06:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T16:19:50.000Z (over 1 year ago)
- Last Synced: 2024-11-17T08:48:03.221Z (3 months ago)
- Topics: asp-net-core, core3, cron, csharp, csharp8, dotnet, dotnet-core3, mvc, recurring, scheduled-jobs, scheduled-service, scheduled-tasks, scheduling, task
- Language: C#
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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