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 need to start reporting when a Silent Failure happen to the data dog dashboard. Since we have a Silent Failure in the Travel Pay flow, we need to start reporting when that happens.
We should add something like this when we detect that the claim was failed and the text message failed to send
tags = ['service:veteran-facing-forms', 'function: Day of CheckIn Travel pay Travel Pay Notification Failure']
StatsD.increment('silent_failure', tags:)
I would say this is a work on next sprint priority.
Tasks
Log the silent failure to DD
Update the RSpecs
Determine if the logged failure has occurred
Create a F/U ticket to leave as a reminder in the current sprint to check this until we see that it has worked and then create a dashboard for it
The text was updated successfully, but these errors were encountered:
Slack thread
We need to start reporting when a Silent Failure happen to the data dog dashboard. Since we have a Silent Failure in the Travel Pay flow, we need to start reporting when that happens.
It looks like a low lift; Here are the direction from the team . Looks like we need to increment a statsd metric when we think it happens.
We should add something like this when we detect that the claim was failed and the text message failed to send
tags = ['service:veteran-facing-forms', 'function: Day of CheckIn Travel pay Travel Pay Notification Failure']
StatsD.increment('silent_failure', tags:)
I would say this is a work on next sprint priority.
Tasks
The text was updated successfully, but these errors were encountered: