Skip to content

modulexcite/King.Service

 
 

Repository files navigation

Task scheduling for Azure and Windows

  • Plugs into Azure Worker Roles & Windows Servers
  • Auto-Scale workloads within your server
  • Tasks to initialize your environment
  • Create Azure Storage: Queues, Tables and Containers
  • Load WCF services
  • Create Tasks that Occur:
  • Every X seconds per server instance
  • Every X seconds; and lessens frequency to Y when there is no 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
  • Dequeue messages or batches of messages for Azure Storage Queues
  • And much more! View Wiki
  • Cloud Service
  • Service Bus
  • WebJob
PM> Install-Package King.Service

View the wiki to learn how to use this.

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%