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
With the last deployment, we noticed that we didn't really know where to look for while investigating an issue. In the end, it was the SQS queue that was not being consumed. Afterwards, we had exceptions being thrown #23 that were not bubbled up.
It would be good if there were some monitors/alarms that could be attached that trigger if the SQS queue gets too full (flood), messages don't get consumed (outage) or if there is an exception during execution.
The text was updated successfully, but these errors were encountered:
With the last deployment, we noticed that we didn't really know where to look for while investigating an issue. In the end, it was the SQS queue that was not being consumed. Afterwards, we had exceptions being thrown #23 that were not bubbled up.
It would be good if there were some monitors/alarms that could be attached that trigger if the SQS queue gets too full (flood), messages don't get consumed (outage) or if there is an exception during execution.
The text was updated successfully, but these errors were encountered: