@cap-js-community/event-queue
Advanced tools
Changelog
v1.8.3 - 2025-01-10
Changelog
v1.8.2 - 2025-01-08
Changelog
v1.8.1 - 2024-12-XX
multiInstanceProcessing
allows to process the same event type/subtype on multiple application instancesChangelog
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