Bug 253124
| Summary: | [webkitflaskpy] Add IPCManager object | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jonathan Bedard
It is a frequent design pattern where we have a webservice receiving a hook and then placing data from that hook onto a queue to be processed. At the moment, we've implemented 2 of these queues in WebKit services and find ourselves in need of a 3rd. These bespoke implementations are usually poorly tested and feature poor. We should centralize on a single implementation of a redis-based IPC queue.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/106059293>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/10839
EWS
Committed 261343@main (ecafc68a10f3): <https://commits.webkit.org/261343@main>
Reviewed commits have been landed. Closing PR #10839 and removing active labels.