-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
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
refactor(root): introducing graceful shutdown and optimise docker images #6754
base: next
Are you sure you want to change the base?
Commits on Oct 22, 2024
-
feat(application-generic): Add graceful shutdown module
Add a new module called "graceful-shutdown" to the "application-generic" library. This module includes a "ShutdownService" class that provides a timeout value for graceful shutdown. The timeout value is retrieved from the environment variable "GRACEFUL_SHUTDOWN_TIMEOUT" with a default value of 5000. This module also exports the "ShutdownService" for external use.
Configuration menu - View commit details
-
Copy full SHA for 21d78ed - Browse repository at this point
Copy the full SHA 21d78edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2b9b4 - Browse repository at this point
Copy the full SHA 4f2b9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9cb4e - Browse repository at this point
Copy the full SHA aa9cb4eView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2c2fe3 - Browse repository at this point
Copy the full SHA a2c2fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0bc43 - Browse repository at this point
Copy the full SHA 7b0bc43View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc0632 - Browse repository at this point
Copy the full SHA ecc0632View commit details -
Configuration menu - View commit details
-
Copy full SHA for a55daf7 - Browse repository at this point
Copy the full SHA a55daf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5394d3 - Browse repository at this point
Copy the full SHA f5394d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5bd920 - Browse repository at this point
Copy the full SHA e5bd920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae7d8f - Browse repository at this point
Copy the full SHA 5ae7d8fView commit details -
refactor(nest): Update import statement for Request and Response type…
…s in nest.controller.ts
Configuration menu - View commit details
-
Copy full SHA for ca541f6 - Browse repository at this point
Copy the full SHA ca541f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134098f - Browse repository at this point
Copy the full SHA 134098fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf0eed - Browse repository at this point
Copy the full SHA 2bf0eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for b722e36 - Browse repository at this point
Copy the full SHA b722e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a82753 - Browse repository at this point
Copy the full SHA 5a82753View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab918e - Browse repository at this point
Copy the full SHA 5ab918eView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ccc8b5 - Browse repository at this point
Copy the full SHA 4ccc8b5View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d620b1 - Browse repository at this point
Copy the full SHA 6d620b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8a1800 - Browse repository at this point
Copy the full SHA f8a1800View commit details
Commits on Oct 30, 2024
-
feat(config): Add GRACEFUL_SHUTDOWN_TIMEOUT environment variable vali…
…dation This commit adds validation for the GRACEFUL_SHUTDOWN_TIMEOUT environment variable in multiple config files. The variable is now validated as a number with a default value of 5000. This ensures that the application gracefully shuts down within the specified timeout period. Refs: #issue-number
Configuration menu - View commit details
-
Copy full SHA for 24de9ff - Browse repository at this point
Copy the full SHA 24de9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ab6f15 - Browse repository at this point
Copy the full SHA 1ab6f15View commit details -
fix(root): Align @nestjs/common versions across the repo
The @nestjs/common global override set to "@nestjs/common@>=10.0.0 <11.0.0": "10.4.1" is necessary to teach the API application to inject it properly to @novu/framework as a peer dependency. Refer to #6754 (comment)
Configuration menu - View commit details
-
Copy full SHA for 4a3e98d - Browse repository at this point
Copy the full SHA 4a3e98dView commit details