#5 introduced a LockModule with basic distributed lock service.
Current interim implementation need to solve problems below:
- Combine solutions of
execution overlap and lock.
- Expiration time of a lock should meet with the execution time of
execute method itself.
- How a lock been acquired from LockModule.
#5 introduced a LockModule with basic distributed lock service.
Current interim implementation need to solve problems below:
execution overlapandlock.executemethod itself.