RESOLVED FIXED 123797
New flakiness dashboard should generate JSON in the background process
https://bugs.webkit.org/show_bug.cgi?id=123797
Summary New flakiness dashboard should generate JSON in the background process
Ryosuke Niwa
Reported 2013-11-05 04:03:01 PST
Don't generate update flakiness state or generate JSONs in the foreground process as that could cause a resource starvation.
Attachments
Patch (8.54 KB, patch)
2013-11-05 04:13 PST, Ryosuke Niwa
ap: review+
Ryosuke Niwa
Comment 1 2013-11-05 04:13:39 PST
Alexey Proskuryakov
Comment 2 2013-11-05 23:38:37 PST
Comment on attachment 216021 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=216021&action=review > Websites/test-results/public/admin/process-builds.php:8 > +function processed_builds($db) { I think that this function could use a better name. Is it actually called after builds are processed, as the name implies? All or some of them?
Ryosuke Niwa
Comment 3 2013-11-05 23:50:24 PST
(In reply to comment #2) > (From update of attachment 216021 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=216021&action=review > > > Websites/test-results/public/admin/process-builds.php:8 > > +function processed_builds($db) { > > I think that this function could use a better name. Is it actually called after builds are processed, as the name implies? All or some of them? Oops, it should read process_latest_five_builds instead. I apparently forgot to rename :(
Ryosuke Niwa
Comment 4 2013-11-06 19:47:34 PST
Note You need to log in before you can comment on or make changes to this bug.