You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we noticed all of our jupiter servers were throwing this warning in the logs, suggesting we couldn't consume new markets from the Europa server
Restarting the jupiter-swap-api service fixed it somehow...
I'm not sure where the issue lies, but as a suggestion could you add a prometheus metric under the --metrics-port that reports a boolean when we lose connection to the europa server? also maybe another metric that counts amount of warnings and errors from add_market and europa_client so we can build alerts and act quicker if this happens again
The text was updated successfully, but these errors were encountered:
Today I saw a big wave of these warnings again with
WARN tower_http::trace::on_failure: response failed classification=Status code: 500 Internal Server Error latency=0 ms
Are 500 a warning when our instances throw 500 internal server error to the client? Or it means another thing?
These wave of warnings seem to co-relate with widespread issues in our server. Speaking of today we were having very weird price impacts for some of the routes and they just got fixed after restarting our instances
Today we noticed all of our jupiter servers were throwing this warning in the logs, suggesting we couldn't consume new markets from the Europa server
Restarting the jupiter-swap-api service fixed it somehow...
I'm not sure where the issue lies, but as a suggestion could you add a prometheus metric under the
--metrics-port
that reports a boolean when we lose connection to the europa server? also maybe another metric that counts amount of warnings and errors from add_market and europa_client so we can build alerts and act quicker if this happens againThe text was updated successfully, but these errors were encountered: