Closed
Bug 1187642
Opened 10 years ago
Closed 10 years ago
Socorro processors not recovering from rabbitmq connection errors
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lars, Unassigned)
Details
the queuing thread of the processors do not recovery from connection errors on that thread. The iterator is not protected by a transaction object because for other queue types, that can result a long running transaction and excessive locking.
resolve this issue so the processors can try to reconnect and continue.
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/a6b1980a692224eb05a628fe71a4308bc9faecdc
Merge pull request #2923 from twobraids/rabbitmq-iter-transaction
Fixes Bug 1187642 - wrapped rabbitmq basic_get in transaction object
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•