safe-client-gateway
safe-client-gateway copied to clipboard
Add task scheduling
Summary
This PR introduces @nestjs/schedule
as a scheduled tasks manager utility.
Changes
- Adds
@nestjs/schedule
. - Uses the new tool to execute the unsupported chain events logging in time intervals on
EventCacheHelper
.