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
In bug 1912979, I was wrestling with the local dev environment for Socorro reprocessing the same crash reports over and over again. It's because the subscriptions were being created with the default ack deadline timeout of 10 seconds which isn't long enough.
This re-implements the fix from
mozilla-services/socorro#6689
Before this fix, the ack_deadline_timeout is 10 seconds which isn't long
enough for the Socorro processor to process a crash report which causes
the crash id to be available in the subscription again which causes the
crash report to get reprocessed over and over again.
This re-implements the fix from
mozilla-services/socorro#6689
Before this fix, the ack_deadline_timeout is 10 seconds which isn't long
enough for the Socorro processor to process a crash report which causes
the crash id to be available in the subscription again which causes the
crash report to get reprocessed over and over again.
In bug 1912979, I was wrestling with the local dev environment for Socorro reprocessing the same crash reports over and over again. It's because the subscriptions were being created with the default ack deadline timeout of 10 seconds which isn't long enough.
This PR fixed it in Socorro: mozilla-services/socorro#6689
The fix in that PR was lost when we switched to obs-common.
We need to re-apply that PR and then update obs-common in Socorro.
The text was updated successfully, but these errors were encountered: