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
We’ve received reports of intermittent gateway issues from some users. These are difficult to reproduce because many of them end up being delays in availability, so by the time we find out the issue appears to be resolved.
We also don’t have great metrics for read performance since those come out of different gateways and aren’t part of our core service.
We could kick of an async process (maybe in Lambda so that we can get a longer timeout) on every new write that reads data from multiple gateways and logs the performance of each. It could also trigger an alert when data is not available from our own gateways within a reasonable timeframe and we could use this to pro-actively investigate issues before we get a report from users.
The text was updated successfully, but these errors were encountered:
dchoi27
added
P2
Medium: Good to have, but can wait until someone steps up
and removed
need/triage
Needs initial labeling and prioritization
labels
Nov 22, 2021
We’ve received reports of intermittent gateway issues from some users. These are difficult to reproduce because many of them end up being delays in availability, so by the time we find out the issue appears to be resolved.
We also don’t have great metrics for read performance since those come out of different gateways and aren’t part of our core service.
We could kick of an async process (maybe in Lambda so that we can get a longer timeout) on every new write that reads data from multiple gateways and logs the performance of each. It could also trigger an alert when data is not available from our own gateways within a reasonable timeframe and we could use this to pro-actively investigate issues before we get a report from users.
The text was updated successfully, but these errors were encountered: