@cap-js-community/event-queue
Advanced tools
Changelog
v1.2.0 - 2024-01-26
Changelog
v1.1.0 - 2024-01-22
useAsCAPOutbox
replaces the CAP implementation by
the event-queue.Changelog
v1.0.3 - 2024-01-08
Changelog
v1.0.1 - 2024-01-04
thresholdLoggingEventProcessing
config variable to adjust logging threshold for event
processing documentationChangelog
v1.0.0 - 2023-12-20
isEventQueueActive
configuration can now be used to deactivate the runtime processing of all events.getLastSuccessfulRunTimestamp
the timestamp of the last successful run for a periodic event can be
requested. documentationisRunnerDeactivated
is renamed to isEventQueueActive
.Changelog
v0.3.0 - 2023-11-30
instanceLoadLimit
parameter. The limit is now statically set to 100. The event load should henceforth be
specified as a percentage.