1.9.0 • Published 12 days ago

@ivfuture/ecomm-event-bus-local v1.9.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
12 days ago

Overview

Local Event Bus module for Medusa. When installed, the events system of Medusa is powered by the Node EventEmitter. This module installed by default in new (> v1.8.0) Medusa projects.

The Node EventEmitter is limited to a single process environment. We generally recommend using the @medusajs/event-bus-redis module in a production environment.

Getting started

Install the module:

yarn add @medusajs/event-bus-local

You don't need to add the module to your project configuration as it is the default one. Medusa will try to use it, if no other event buses are installed.

module.exports = {
  // ...
  modules: [ ... ],
  // ...
}

Configuration

The module comes with no configuration options.

1.9.0

12 days ago

1.8.1

13 days ago

1.4.1-cibo.0

21 days ago

1.8.0

23 days ago

1.4.0-cibo.0

26 days ago

1.3.1-cibo.0

1 month ago

1.7.0

1 month ago

1.6.1-next.0

1 month ago

1.3.0-cibo.0

2 months ago

1.2.6-cibo.0

2 months ago

1.2.5-cibo.0

2 months ago

1.6.0

2 months ago

1.5.1-next.0

2 months ago

1.2.4-cibo.0

3 months ago

1.2.3-cibo.0

3 months ago

1.5.0

3 months ago

1.2.1-cibo.0

3 months ago

1.3.1-next.0

3 months ago

1.2.2-cibo.0

3 months ago

1.2.0-cibo.0

3 months ago

1.4.0

3 months ago

1.3.0

3 months ago

1.2.2

4 months ago

1.2.3-marketplace

4 months ago

1.2.2-marketplace

4 months ago

1.2.1

5 months ago

1.2.1-lernatest.0

6 months ago

1.2.0

6 months ago

1.1.1

8 months ago

1.1.0

10 months ago

1.0.0

10 months ago