nestjs / typeorm

TypeORM module for Nest framework (node.js) 🍇

Home Page:https://nestjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onApplicationBootstrap hook does not start in the hybrid microservice

inmativ opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

For some reason, the onApplicationBootstrap hook does not start in the hybrid microservice. It runs in a regular app and in a regular microservice, but not in a hybrid one. Tried with inheritAppConfig: true and false too.

Minimum reproduction code

https://github.com/benefactor1/nestjs-cron-demo

Steps to reproduce

No response

Expected behavior

run onApplicationBootstrap in hybrid MS.

Package version

8

NestJS version

8

Node.js version

14

In which operating systems have you tested?

  • macOS
  • Windows
  • Linux

Other

No response

I got the wrong section. My apologies.