You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using nestjs-console package and I have separate cli entrypoint for commands. That entrypoint initialized application and closes it at the end similar to example below.
So is there anyway to add a check there whether the bot is running before stopping it, so that my cli process have correct exit code during CI instead of having error every time due to this?
The text was updated successfully, but these errors were encountered:
Got this error too.
Im using Both Api to send notifications in many apps which may starts at one time, so i set launchOptions: false, but now at app stop throws this exception.
May be the Module will catch this exception?
I'm using nestjs-console package and I have separate cli entrypoint for commands. That entrypoint initialized application and closes it at the end similar to example below.
And each close call causes
Error: Bot is not running
on following line:https://github.com/hypeertech/nestjs-telegraf/blob/0781837c19be463f3dc924c78327cd229c865081/lib/telegraf-core.module.ts#L120
So is there anyway to add a check there whether the bot is running before stopping it, so that my cli process have correct exit code during CI instead of having error every time due to this?
The text was updated successfully, but these errors were encountered: