WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
276373
[ews] Reduce accumulation of pending build-requests in testing environments
https://bugs.webkit.org/show_bug.cgi?id=276373
Summary
[ews] Reduce accumulation of pending build-requests in testing environments
Aakash Jain
Reported
2024-07-09 10:14:10 PDT
On testing environment (e.g.: uat) for ews, we don't have much (if any) bots connected most of the time. However, it receives webhooks for all the PRs and create thousands of build-requests every day. Over time pending build-requests accumulate to a very large number (tens of thousands). This significantly slows down buildbot server (as buildbot is not so efficient in handling huge number of pending build-requests (see
https://github.com/buildbot/buildbot/issues/3395
for details). The workaround is to regularly manually clear every queue with large number of pending build-requests. This times quite a bit of time (especially because the webpages also become slow when buildbot is in this state), and is a productivity drain. We should try to reduce the number of pending build-requests which accumulate on testing environments.
Attachments
Add attachment
proposed patch, testcase, etc.
Aakash Jain
Comment 1
2024-07-09 10:25:50 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/30609
EWS
Comment 2
2024-07-09 11:50:55 PDT
Committed
280787@main
(3c9d0f2ee7c5): <
https://commits.webkit.org/280787@main
> Reviewed commits have been landed. Closing PR #30609 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-07-09 11:51:12 PDT
<
rdar://problem/131399649
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug