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
0
Versions
72
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
57

1.0.0

Diff

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
smax
published 0.2.4 •

Changelog

Source

v0.2.4 - 2023-11-16

Added

  • further improve periodic events

Changed

  • rework of load management and concurrency control
smax
published 0.2.3 •

Changelog

Source

v0.2.3 - 2023-11-15

Fixed

  • fixes and improvements for periodic events
smax
published 0.2.2 •

Changelog

Source

v0.2.2 - 2023-11-14

Added

  • periodic events - use event-queue to process periodic jobs
smax
published 0.2.1 •

Changelog

Source

v0.2.1 - 2023-11-13

Added

  • cds shutdown - close redis clients
  • add redis cluster support
smax
published 0.2.0 •

Changelog

Source

v0.2.0 - 2023-11-09

Added

  • implementation of delayed events, which allows to publish events that should be processed at a later point in time
  • option to disable redis + refactoring of config
  • improved HANA integration test setup
smax
published 0.1.58 •

Changelog

Source

v0.1.58 - 2023-11-03

Changed

  • update dependencies
  • remove uuid dependency
smax
published 0.1.57 •

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