1.1.1 • Published 1 year ago

@condenast/seawasp-bull-queue v1.1.1

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

queue-bull-component

LoopBack

Installation

Install BullQueueComponent using npm;

$ [npm install | yarn add] queue-bull-component

Basic Use

Configure and load BullQueueComponent in the application constructor as shown below.

import {BullQueueComponent, BullQueueComponentOptions, DEFAULT_QUEUE_BULL_COMPONENT_OPTIONS} from 'queue-bull-component';
// ...
export class MyApplication extends BootMixin(ServiceMixin(RepositoryMixin(RestApplication))) {
  constructor(options: ApplicationConfig = {}) {
    const opts: BullQueueComponentOptions = DEFAULT_QUEUE_BULL_COMPONENT_OPTIONS;
    this.configure(BullQueueComponentBindings.COMPONENT).to(opts);
      // Put the configuration options here
    });
    this.component(BullQueueComponent);
    // ...
  }
  // ...
}
1.1.1

1 year ago

1.0.1

1 year ago

0.3.0

1 year ago

0.1.5-dev.1

2 years ago

0.2.0

2 years ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.3

1 year ago

0.1.0

2 years ago

0.1.5-dev.0

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago

0.0.1-dev.0

2 years ago