Bug 161269 - Remove unnecessary messages from ews queue status page
Summary: Remove unnecessary messages from ews queue status page
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 15:08 PDT by Aakash Jain
Modified: 2017-02-20 17:54 PST (History)
6 users (show)

See Also:


Attachments
Proposed patch (2.63 KB, patch)
2016-08-26 15:12 PDT, Aakash Jain
ap: review-
ap: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2016-08-26 15:08:48 PDT
EWS queue status page (e.g.: http://queues.webkit.org/queue-status/ios-ews) contains a large number of messages about "Starting queue" and "Stopping queue" (sometimes over 70% of page is filled with these messages). Since we have limited number of messages displayed on these webpages, these messages prevent previous useful messages about patch processing from showing up. We should consider removing these messages from queue status page.
Comment 1 Aakash Jain 2016-08-26 15:12:46 PDT
Created attachment 287157 [details]
Proposed patch
Comment 2 Alexey Proskuryakov 2016-08-26 16:23:58 PDT
Comment on attachment 287157 [details]
Proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=287157&action=review

> Tools/ChangeLog:3
> +        Remove unnecessary messages from ews queue status page

I found these useful for debugging many times (i.e. reboot a stuck bot, watch the "Starting queue" message to appear).

There used to be a cron job on AppEngine to remove all but the latest from the database. Does it work on AppScale?
Comment 3 Alexey Proskuryakov 2017-02-20 10:40:10 PST
Comment on attachment 287157 [details]
Proposed patch

r- to get this out of review queue. Let's discuss this if this is still needed.