-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Jef King edited this page Nov 9, 2022
·
32 revisions
- Plugs into Azure compute services
- 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 from Azure Storage Queues
- Batches of messages
- Shards for high throughput
- Variable timing for cost saving
- Service Bus
PM> Install-Package King.Service
Contributions are always welcome. If you have find any issues, please report them to the GitHub Issues Tracker.