[Webkit-unassigned] [Bug 41791] Commit Queue shouldn't sort by oldest modification date

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 7 13:18:53 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41791





--- Comment #1 from Eric Seidel <eric at webkit.org>  2010-07-07 13:18:53 PST ---
Yeah, the problem is we can't figure out when they were added to the queue, w/o learning how to parse the show_history.cgi page (which we eventually need to do anyway).  The problem there is that then we have more reqeuests on bugzilla.

We need to finish moving to the"push" model we had in mind, where we would have one server polling bugzilla and pushing ids to the stauts server for all the queues to use.  Then only one server is polling every 2m (or more frequently) and can make many more requests.

Then again, commit-queue is the only one who would need to do this kind of polling, so it might be OK to move to that before moving to a single-poller model.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list