cacti
cacti copied to clipboard
feat(satp-hermes): implement lock expiration
Description
- This feature adds lock expiration handling to the satp-hermes module. The implementation ensures that locks acquired by the system are automatically released after a specified timeout period, preventing assets from being locked forever.
Changes
- Added lock expiration logic to satp-hermes service
- Introduced configuration options for customizable expiration durations
- Updated lock acquisition and release flow to respect expiration timers
- Added unit tests to verify correct lock expiration behavior
@LordKubaya can you please add a description?