Fix typo for leader-election pattern description (#1239)
This commit is contained in:
parent
a3c4d36c3d
commit
e68beb40ec
@ -9,7 +9,7 @@ tags:
|
||||
---
|
||||
|
||||
## Intent
|
||||
Leader Election pattern is commonly used in cloud system design. It can help to ensure that task instances selec the leader instance correctly and do not conflict with each other, cause contention for shared resources, or inadvertently interfere with the work that other task instances are performing.
|
||||
Leader Election pattern is commonly used in cloud system design. It can help to ensure that task instances select the leader instance correctly and do not conflict with each other, cause contention for shared resources, or inadvertently interfere with the work that other task instances are performing.
|
||||
|
||||
## Class diagram
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user