🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@cap-js-community/event-queue

Package Overview
Dependencies
Maintainers
3
Versions
97
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

1245
10

1.10.0-beta.0

Diff
smax
published 1.10.0-beta.0 •
smax
published 1.9.3 •

Changelog

Source

v1.9.3 - 2025-03-18

Fixed

  • removed not wanted info log statements
smax
published 1.9.2 •

Changelog

Source

v1.9.2 - 2025-03-18

Added

  • propagate W3TraceContext from event creation to event-processing

Changed

  • Updated cron-parser to major version ^5.0.0

Fixed

  • fixed keep alive for some edge cases
  • fix after deployments - parallel checking of changes to periodic events and processing of open events
smax
published 1.9.1 •

Changelog

Source

v1.9.1 - 2025-02-25

Fixed

  • Do not require yaml config file if events are defined via configuration
  • Renew redis lock is expired and no new lock exists
smax
published 1.9.0 •

Changelog

Source

v1.9.0 - 2025-02-19

Added

  • CAP outbox: allow to return the event status. Documentation
  • Keep alive handling to reduce the time after which events are restarted after a server crash.
  • Allow to define events and periodic events by configuration. Documentation
smax
published 1.9.0-beta.2 •
smax
published 1.9.0-beta.1 •
smax
published 1.9.0-beta.0 •
smax
published 1.8.7 •

Changelog

Source

v1.8.7 - 2025-02-05

Added

  • added event option increasePriorityOverTime to disable the automatic increase of priority for long-waiting events
smax
published 1.8.6 •

Changelog

Source

v1.8.6 - 2025-01-31

Added

  • stringify payload in publishEvent if payload is not already a string

Fixed

  • reduced XSUAA error message to minimum
  • request tokenInfo only in multi-tenancy case