akash-network / console

Deploy docker containers on the Akash Network
https://console.akash.network
Apache License 2.0
51 stars 44 forks source link

Improve stats app resiliency #330

Open Redm4x opened 3 weeks ago

Redm4x commented 3 weeks ago

Improve stats app resiliency

Problem

Most of the stats app data come from the /v1/dashboard-data endpoint. This endpoint poorly handle exceptions so if any error occurs, the entire dashboard breaks. In this specific case, only the "Bonded token" loading failed, but all the tiles are missing.

image

Proposed solution

We need to make sure that the endpoint is resilient and won't break if some of the data loading fail:

forbesus commented 2 weeks ago

Hello @Redm4x I can handle this task