From e2c2c7263a7214cc6e5a77cb612cd57736889243 Mon Sep 17 00:00:00 2001 From: Lukas Krecan Date: Mon, 8 Mar 2021 19:59:47 +0100 Subject: [PATCH] Short note about lock extension --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 98a439cbd..0a3225eef 100644 --- a/README.md +++ b/README.md @@ -668,6 +668,9 @@ executor.executeWithLock(runnable, new LockConfiguration("lockName", lockAtMostU ``` +## Extending the lock +Some lock providers support extension of the lock. For the time being, it requires manual lock manipulation, +directly using `LockProvider` and calling `extend` method on the `SimpleLock`. ## Modes of Spring integration ShedLock supports two modes of Spring integration. One that uses an AOP proxy around scheduled method (PROXY_METHOD)