1.1.1 • Published 2 years ago
@condenast/seawasp-bull-queue v1.1.1
queue-bull-component
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
2 years ago
1.0.1
2 years ago
0.3.0
3 years ago
0.1.5-dev.1
3 years ago
0.2.0
3 years ago
0.3.2
3 years ago
0.3.1
3 years ago
0.3.3
3 years ago
0.1.0
3 years ago
0.1.5-dev.0
3 years ago
0.1.1
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.4
3 years ago
0.0.1
3 years ago
0.0.1-dev.0
3 years ago