Rebus and Health Checks #1073
Replies: 2 comments
-
There's nothing in Rebus that will just open a socket on port 5000. Could you maybe show some more about what you tried to do? E.g. what does your Rebus configuration look like, which section did you comment out to make it work, etc.? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing - please don't hesitate to get back in here, if you want to talk some more about this. 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have a NET 6 console application using Rebus. Everything works perfectly. But then I decided to add some ASP NET Core health checks to it. None of them were working until I commented out the Rebus configuration section.
Their default port is 5000. Is there something in Rebus that uses this port?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions