Replies: 1 comment 5 replies
-
Hejka @bzajacc 👋🏻 Could you please share your configuration as well? (rr.yaml) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cześć!
I have a few applications deployed on RR. But there's a problem with just one of them: App A receives requests from the outside world, validates them or does other things, and then makes request to App B. Sometimes, the request to App B takes more than 10 seconds, times out, and causes the main request to App A to return a HTTP 500 error.
Like:
I've checked for differences between the applications and only this one (B) has this issue. Do you have any ideas what I could check more? I've already tried everything, but the problem occurs 5-10 times a day, on different endpoints. I even have a case where 2 requests were sent with a 100ms interval, and the first got a 200 status, while the second got a 500 for this exact reason.
Here is rr.yaml: is same for both applications:
Additionally, I've noticed 'holes' in the metrics of this App B - in the others, there's nothing like that. The metrics are configured the same way, Prometheus is configured the same way, and the others show a continuous graph, but this App B doesn't.
Beta Was this translation helpful? Give feedback.
All reactions