cap-js-community / event-queue

An event queue that enables secure multi-tenant enabled transactional processing of asynchronous events, featuring instant event processing with Redis Pub/Sub and load distribution across all application instances.
https://cap-js-community.github.io/event-queue/
Apache License 2.0
12 stars 1 forks source link

Timetable to avoid checks of period events in far future #149

Closed soccermax closed 5 months ago

soccermax commented 6 months ago

For periodic events introduce global cache with ts of next run. This cache can be used to avoid checks of events that are in far future. Need to be filled:

soccermax commented 5 months ago

this is solved by a better solution - https://github.com/cap-js-community/event-queue/releases/tag/v1.4.0