-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Multiple RabbitSubscribe in one class, one looses connection #526
Comments
Same problem! |
Same for me -_- |
@wodka Could you provide a small repo (the same exact golevelup modules version) so that we can see what's going on? |
I can try - problem is that this is only happening after running for a few days :/ |
I believe there must be something that the module router that we have read might be throwing in which case the connection might be killed and not re-connected but I'd like to see if at some point I can play around with your repro and kinda attempt to force one handler to go down. |
we have a similar setup and also experience similar issues, in our case:
this causes nestjs service to restart (if no catch handler exists) and seems like there has been a memory leak since then. |
:/ trying to get it to reproduce I've now found one problem that was earlier not logged:
-> the Channel exits and is filling and with a restart of the service process the entries... more detailed logs
Edit: not sure that error is really related, I keep trying |
This issue is stale because it has been open for 30 days with no activity. |
We have a class similar to this:
after a few days running then message-a-queue consumer disconnects! There is nothing logged and I have no clue how to debug this. To me it looks like only the later one reconnects.
The text was updated successfully, but these errors were encountered: