We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Teminus hook does not get executed due to an extra prepending $ sign when event is emitted.
$
tsed/packages/third-parties/terminus/src/TerminusModule.ts
Line 41 in 70a88fe
Line 146 in 70a88fe
terminus: { sendFailuresDuringShutdown: true, useExit0: true, signal: 'SIGTERM', }
import {Injectable} from "@tsed/di"; @Injectable() class RedisCtrl { $beforeShutdown() { console.log("called before shutdown"); } }
The text was updated successfully, but these errors were encountered:
fix(terminus): fix events emitted by terminus
c0aaaa7
Closes: #2086
7cdc748
If you appreciated the support, know that it is free and is carried out on personal time ;)
A support, even a little bit makes a difference for me and continues to bring you answers!
Sorry, something went wrong.
🎉 This issue has been resolved in version 6.132.1 🎉
The release is available on:
v6.132.1
Your semantic-release bot 📦🚀
🎉 This issue has been resolved in version 7.0.0-rc.7 🎉
v7.0.0-rc.7
Romakita
Successfully merging a pull request may close this issue.
Information
Teminus hook does not get executed due to an extra prepending
$
sign when event is emitted.tsed/packages/third-parties/terminus/src/TerminusModule.ts
Line 41 in 70a88fe
tsed/packages/third-parties/terminus/src/TerminusModule.ts
Line 146 in 70a88fe
Example
Acceptance criteria
The text was updated successfully, but these errors were encountered: