@cap-js-community/event-queue
Advanced tools
Changelog
v1.8.0 - 2024-12-05
req.user.authInfo
with req.user.tokenInfo
to following the standard of CAP Node.jsChangelog
v1.7.3 - 2024-11-19
crashOnRedisUnavailable
to crash the app if redis is not available during the connection checkChangelog
v1.7.2 - 2024-10-22
Changelog
v1.7.0 - 2024-10-22
triggerEventProcessingRedis
is a public api now. This can trigger the processing of multiple events via redis.publishEventBlockList
has been introduced, enabling the option to disable the
publication of the event block list to all application instances. The default value is set to true
to prevent
immediate impact on existing functionality.Changelog
v1.6.7 - 2024-10-08
Changelog
v1.6.6 - 2024-08-28
Changelog
v1.6.5 - 2024-08-23
retryFailedAfter
configuration option, allowing you to specify the interval (in milliseconds) after
which failed events should be retried, provided the retry limit has not been exceeded.