awslabs / amazon-dynamodb-lock-client

The AmazonDynamoDBLockClient is a general purpose distributed locking library built on top of DynamoDB. It supports both coarse-grained and fine-grained locking.
Other
472 stars 85 forks source link

Update README.md for LockCurrentlyUnavailableException #102

Open moshegood opened 6 months ago

moshegood commented 6 months ago

We not only throw LockCurrentlyUnavailableException when the lock is not yet expired, we also throw LockCurrentlyUnavailableException when we simply don't know if the lock is expired.