Skip to content
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

Server stops responding after a while when exchange.Accept used in resource with high message rate. #91

Open
Brumawen opened this issue Nov 22, 2021 · 0 comments

Comments

@Brumawen
Copy link

When using exchange.Accept in a resource with a high incoming rate (250+ messages/sec) the server stops responding to all messages after 2-3 minutes. Investigations so far point to possible Task Starvation. If exchange.Accept is commented out, then the server stabilizes and responds to all messages being received.

Replication is easy.

  • Create a resource that accepts a message and immediately executes an exchange.Accept and then, after a delay of 2 seconds, sends the response.
  • Send 250+ messages a second to the server
  • After 2-3 minutes, the server will stop responding to all messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant