New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cap-js-community/event-queue

Package Overview
Dependencies
Maintainers
6
Versions
67
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.4

Diff

Changelog

Source

v1.2.4 - 2024-02-07

Changed

  • Optimize promise handling
smax
published 1.2.3 •

Changelog

Source

v1.2.3 - 2024-02-07

Changed

  • update redis to 4.6.13
smax
published 1.2.2 •

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.
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