IMPROVEMENTS:
- Add the option to specify a
custom_process_id
#15
IMPROVEMENTS:
- Custom ttl attribute name instead of hardcoding
Expires
#12 - Add possiblity to pass retries to
wait_until_lock_obtained
preventing spin lock #11
IMPROVEMENTS:
- Make
create_table
wait for table #8
IMPROVEMENTS:
- remove
with_refreshed_lock
as is not safe #4
IMPROVEMENTS:
- Log when deleting the lock
IMPROVEMENTS:
- Add the possibility to include
Marloss
. This adds some healpers that makes it really easy to use the lock in your class
BUG FIXES:
- Add the possibility of deleting the lock, it was documented but never implemented