-
Notifications
You must be signed in to change notification settings - Fork 504
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
Degraded performance of the /payments Horizon endpoint #2569
Comments
I checked Horizon logs from the last 7 days and could find only 49 requests to Can be a duplicate of #1808? Let's track it there. |
Ok, I thought it has been fixed already. Maybe something wrong with LB? Here is what I got in the browser a few hours ago:
Thanks for looking into this. |
Found your request in the logs. Returned Any chance you could inspect response body? Can it be your ISP proxy maybe? |
No, definitely not ISP. I'm on the gigabit channel. All other resources were loading correctly. Here is the dump from Chrome Dev Tools: 1. (loaded, but very slow)
2. (timeout)
3. (later on, the same request as 1)
|
Duh, I added |
What version are you using?
horizon.stellar.org
horizon_version: "1.2.1-ddb2b8590b21b6a5fd5a127e7d95216b4d9819db"
ore_version: "stellar-core 13.0.0 (9ed3da29be1c2c932b946025ca2907646a9072f4)"
What did you do?
/payments
endpoint has degraded performance and periodically returns 504 Timeout errorsExample request:
https://horizon.stellar.org/accounts/GAN7MLRQYPDU5VDWGGLPMQUDRCKK2B2YZDJLD3QVRDRBPEMLXHJY42SX/payments?limit=200&order=desc
The same request takes from 3 to 30 seconds to execute, sometimes returning timeout error. I didn't spot any pattern, so maybe it was caused by one of the servers behind the load balancer while others are operating normally.
The text was updated successfully, but these errors were encountered: