https://github.com/jefking/king.service
Task scheduling for .NET
https://github.com/jefking/king.service
azure c-sharp dotnet dotnet-core dotnet-framework dotnet-standard dotnetcore frequency scheduled-tasks scheduler scheduler-service scheduling task-scheduler
Last synced: 6 months ago
JSON representation
Task scheduling for .NET
- Host: GitHub
- URL: https://github.com/jefking/king.service
- Owner: jefking
- License: mit
- Created: 2014-05-30T16:04:10.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T17:24:07.000Z (over 3 years ago)
- Last Synced: 2025-08-01T01:58:08.332Z (6 months ago)
- Topics: azure, c-sharp, dotnet, dotnet-core, dotnet-framework, dotnet-standard, dotnetcore, frequency, scheduled-tasks, scheduler, scheduler-service, scheduling, task-scheduler
- Language: C#
- Homepage: https://www.nuget.org/packages/King.Service/
- Size: 2.22 MB
- Stars: 36
- Watchers: 9
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task scheduling for .NET core
[](https://github.com/jefking/King.Service/actions/workflows/dotnet.yml)
1. Auto-Scale micro-services within your compute
2. Tasks to initialize your resources
+ Load WCF services
3. Create Tasks that Occur:
+ Every X seconds per server instance
+ Every X seconds; lessens frequency to Y when there is limited work
+ That determines the needed rate via frequency of processing tasks
+ Once, even with multiple servers
+ Runs at a specified time (resolution to the hour, or the minute) on one server
4. Extension for working with: [Azure Storage](https://github.com/jefking/King.Service.Azure)
5. Extension for working with: [Service Bus](https://github.com/jefking/King.Service.ServiceBus)
# Ready, Set, Go!
## [NuGet](https://www.nuget.org/packages/King.Service)
```
PM> Install-Package King.Service
```
## [Docs](https://github.com/jefking/King.Service/wiki)
View the [wiki](https://github.com/jefking/King.Service/wiki) to learn how to use this.