|
@@ -463,6 +463,10 @@ class MockConfigService implements OnApplicationBootstrap, OnModuleDestroy {
|
|
|
jobBufferStorageStrategy: testJobBufferStorageStrategy,
|
|
jobBufferStorageStrategy: testJobBufferStorageStrategy,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+ systemOptions = {
|
|
|
|
|
+ errorHandlers: [],
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
async onApplicationBootstrap() {
|
|
async onApplicationBootstrap() {
|
|
|
const injector = new Injector(this.moduleRef);
|
|
const injector = new Injector(this.moduleRef);
|
|
|
this.jobQueueOptions.jobQueueStrategy.init(injector);
|
|
this.jobQueueOptions.jobQueueStrategy.init(injector);
|