Bug 200524 - results.webkit.org: Not enough time to post-process results
Summary: results.webkit.org: Not enough time to post-process results
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-07 17:13 PDT by Jonathan Bedard
Modified: 2019-08-07 17:39 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2019-08-07 17:13:48 PDT
We found a few instances where we didn't have enough time to post-process our results. We should leave uploads in the queue for longer.
Comment 1 Jonathan Bedard 2019-08-07 17:39:09 PDT
For some reason, I thought this time was way shorter than it actually is. Our PROCESS_TIMEOUT is 24 hours. Instead, I scaled up the number of worker processes which are doing the post-processing. This seems like a better solution.