Skip to content

Commit

Permalink
Short note about lock extension
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Mar 8, 2021
1 parent 7bcf6c8 commit e2c2c72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e2c2c72

Please sign in to comment.