Sign in Sign up
nuget

TECHIS.Cloud.LeaderElection

In a set of instances that run identical code, elect a temporary leader to execute short-lived management functions. For High Availability and Scale, applications and services may run on several instances of containers, VMs or service hosts. Yet, some functions are best executed by a single instance for a given time period. Call the Elector.EnsureIsLeaderAsync method to acertain if a particular instance has been successfully designated as 'Leader' for a given time period. This implementation uses the Lease mechanism provided by Azure Storage Blob Service. See a description of the Leader Election pattern https://docs.microsoft.com/en-us/azure/architecture/patterns/leader-election

nuget View on Nuget

Activity

Latest release
4y ago
Total releases
9
Cadence
~2 days
Last 12 months
0

Details

First release
Apr 17, 2017
Releases
Version Released
1.0.0 major
0.1.2.5 patch
0.1.2.4 patch
0.1.2.3 patch
0.1.2.2 patch
0.1.2.1 patch
0.1.2 patch
0.1.1 patch
0.1.0 initial