Open
Bug 1888942
Opened 1 year ago
Change how processor prioritizes queues
Categories
(Socorro :: Processor, task)
Socorro
Processor
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: relud, Unassigned)
References
(Depends on 1 open bug)
Details
the processor currently pulls from queues in a round-robin fashion like this:
standard, priority, reprocessing, standard, priority, reprocessing, ...
but it used to pull from queues like this:
priority, standard, reprocessing, standard, priority, standard, reprocessing, standard, ...
from :willkg in https://github.com/mozilla-services/socorro/pull/6554#discussion_r1532835513
We periodically have problems where someone (sometimes me) adds like 10k crash ids to the reprocessing queue and it causes the standard queue to back up which then alerts us. I'm wondering if we should re-institute the "favor the standard" behavior.
status is UNCONFIRMED because there has not yet been a decision to actually do this.
You need to log in
before you can comment on or make changes to this bug.
Description
•