Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cap-js-community/event-queue

Package Overview
Dependencies
Maintainers
7
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cap-js-community/event-queue - npm Package Versions

1
7

1.2.2

Diff

Changelog

Source

v1.2.2 - 2024-02-05

Added

  • improved logging
  • better tenant subdomain caching
smax
published 1.2.1 •

Changelog

Source

v1.2.1 - 2024-01-30

Fixed

  • fix registration of db-handler
smax
published 1.2.0 •

Changelog

Source

v1.2.0 - 2024-01-26

Added

  • option to set user for all created cds contexts and with that the user for updating the managed database fields.

Changed

  • rework initialization via cds-plugin.
smax
published 1.1.0 •

Changelog

Source

v1.1.0 - 2024-01-22

Added

  • enable event-queue to work as CAP outbox. The flag useAsCAPOutbox replaces the CAP implementation by the event-queue.
smax
published 1.0.3 •

Changelog

Source

v1.0.3 - 2024-01-08

Fixed

  • update tenant hash for newly onboarded tenants
  • consider running periodic events during update of periodic events
smax
published 1.0.2 •

Changelog

Source

v1.0.2 - 2024-01-05

Added

  • filter out not invalid tenant ids during processing
smax
published 1.0.1 •

Changelog

Source

v1.0.1 - 2024-01-04

Added

  • introduced thresholdLoggingEventProcessing config variable to adjust logging threshold for event processing documentation
smax
published 1.0.0 •

Changelog

Source

v1.0.0 - 2023-12-20

Added

  • block the run of periodic events via config documentation
  • Add a label to the workerQueue. This will help in understanding which events were throttled in case of throttling.
  • The isEventQueueActive configuration can now be used to deactivate the runtime processing of all events.
  • with the function getLastSuccessfulRunTimestamp the timestamp of the last successful run for a periodic event can be requested. documentation
  • Added a performance tracer for periodic events. This will log any processing that takes longer than 50ms.
  • Added type and subtype to all performance traces.

Fixed

  • Catch exception during Redis channel subscription
  • Endless running if event status open is returned and checkForNextChunk is activated

Changed

  • Refactored the deletion process for completed events. The default setting for deleting processed events has now been updated to a 7-day timeframe. documentation
  • the configuration variable isRunnerDeactivated is renamed to isEventQueueActive.
  • Reduced the log severity to debug for "Selected event queue entries for processing" during periodic events.
smax
published 0.3.0 •

Changelog

Source

v0.3.0 - 2023-11-30

Changed

  • Removed the instanceLoadLimit parameter. The limit is now statically set to 100. The event load should henceforth be specified as a percentage.
  • Upgrade docs dependencies
  • Adjusted workerQueue logging thresholds for waiting time

Fixed

  • fix transaction handling for periodic events
  • set cds.context correctly for periodic runner
smax
published 0.2.5 •

Changelog

Source

v0.2.5 - 2023-11-16

Added

  • logger get setter for better providing own logger

Changed

  • new documentation
  • improve logging

Fixed

  • small bug fixes and improvements for periodic events
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc