From 2c944c59268256d9adcb5d89c4c4d78b7254c62d Mon Sep 17 00:00:00 2001 From: flowerinthenight Date: Sun, 1 Dec 2024 11:13:58 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b5355ed..48140c5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ Similar projects: * [lockgate](https://github.com/werf/lockgate) - Go * [kettle](https://github.com/flowerinthenight/kettle) - Go +#### A note on costs + +To be done. + ## Use cases One use case for this library is [leader election](https://en.wikipedia.org/wiki/Leader_election). If you want one host/node/pod to be the leader within a cluster/group, you can achieve that with this library. When the leader fails, it will fail over to another host/node/pod within a specific timeout.