Closed filipecabaco closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
:tada: This PR is included in version 2.32.7 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
What kind of change does this PR introduce?
Currently we had an issue where Connect module was not shutting down properly leading to more and more connections to be created against the tenant database. Now we use reason :shutdown to enforce the process is killed.
Also the existing Listen/Notify approach will be deleted for a different approach to be built in the future.