You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UserStorage service is a simple service that stores user records and provides an API for managing user records and searching. It is possible to run several instances of this service and share user records between them.
FollowTheMaster is a .NET package that enables master/slave (leader election) patterns for worker services using SQL Server. It provides a simple API for ensuring only one worker acts as the master while others remain in standby mode.