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
For now we have to manually wait until blockscout finishes indexing, and only after that start stats service (overwise statistic will be incomplete). This is super inconvenient, so
I suggest:
In stats determine if blockscout is currently in indexing status and just wait + return {"status": "WAITING_FOR_BLOCKSCOUT_INDEXING"} instead of {"status": "SERVING"} in /health
In frontend: show Stats and charts button in the menu, but in stats page go to /health endpoint and in case WAITING_FOR_BLOCKSCOUT_INDEXING show page like "We are currently indexing blockchain data. Please wait until blockscout finishes indexing."
The text was updated successfully, but these errors were encountered:
For now we have to manually wait until blockscout finishes indexing, and only after that start
stats
service (overwise statistic will be incomplete). This is super inconvenient, soI suggest:
stats
determine if blockscout is currently in indexing status and just wait + return{"status": "WAITING_FOR_BLOCKSCOUT_INDEXING"}
instead of{"status": "SERVING"}
in/health
Stats and charts
button in the menu, but in stats page go to /health endpoint and in case WAITING_FOR_BLOCKSCOUT_INDEXING show page like "We are currently indexing blockchain data. Please wait until blockscout finishes indexing."The text was updated successfully, but these errors were encountered: