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
When a block is missing from the indexer (i.e. requesting a round we haven't reached yet), the error message says "SQL: no rows in result set". We should have a better message saying "Block not found."
Scope/Requirements
The API handler would catch the not found error and return the new error message.
Urgency/Relative Priority
Quick win, we should just do it.
The text was updated successfully, but these errors were encountered:
This is a problem for us since we have logs and alerts on metrics. And this is polluting the logs and setting off 5xx alarms. Noisy alarms lead to alarm fatigue, which leads to ignoring more important alarms. Please prioritize this @yaovi-a
Summary
When a block is missing from the indexer (i.e. requesting a round we haven't reached yet), the error message says "SQL: no rows in result set". We should have a better message saying "Block not found."
Scope/Requirements
The API handler would catch the not found error and return the new error message.
Urgency/Relative Priority
Quick win, we should just do it.
The text was updated successfully, but these errors were encountered: