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

Diff

Changelog

Source

v1.3.5 - 2024-03-12

Fixed

  • In instances of overlapping intervals, periodic events may fall behind schedule.
smax
published 1.3.4 •

Changelog

Source

v1.3.4 - 2024-03-08

Added

  • Trigger processing again if time is exceeded for event processing.

Changed

  • removed CF check to enable redis to allow using redis even if process.env.USER is not vcap.
smax
published 1.3.3 •

Changelog

Source

v1.3.3 - 2024-03-06

Changed

  • Default for runInterval changed from 5 minutes to 25 minutes. This is to reduce the load on the database.
  • The load of the internal periodic event DELETE_EVENTS is increased to 20 to only process 5 tenants in parallel. This is to reduce the load on the database.
  • The max processing time for the event-queue is set to the runInterval.
smax
published 1.3.2 •

Changelog

Source

v1.3.2 - 2024-03-01

Added

  • option for delayed events for cds outboxed services: documentation

Fixed

  • Delay registration of processors until the database connection is established.
smax
published 1.3.1 •

Changelog

Source

v1.3.1 - 2024-02-21

Fixed

  • Log message for blocked events

Changed

  • Reduce log severity for skip publish redis event as no lock is available to debug
  • Only do etag checks after a processing time of 10 minutes to improve performance
smax
published 1.3.0 •

Changelog

Source

v1.3.0 - 2024-02-21

Added

  • add option to block ad-hoc events. More information in documentation.
  • Define priorities for event types. More information in documentation.

Fixed

  • In more cases the global cds.context was not set correctly because the async-chain could break in high load scenarios.
smax
published 1.2.6 •

Changelog

Source

v1.2.6 - 2024-02-15

Fixed

  • In some cases the global cds.context was not set correctly because the async-chain could break in high load scenarios.
smax
published 1.2.5 •

Changelog

Source

v1.2.5 - 2024-02-13

Added

  • The cleanupLocksAndEventsForDev parameter allows for the cleanup of all locks and events in progress during server start. This option is intended for development purposes.

Fixed

  • Allow to initialize event-queue without config.yml in case of usage as CAP outbox

Changed

  • The parameter runInterval is checked during init. Only values greater than 10 seconds are allowed.
smax
published 1.2.4 •

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