Bug 253124 - [webkitflaskpy] Add IPCManager object
Summary: [webkitflaskpy] Add IPCManager object
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-28 16:54 PST by Jonathan Bedard
Modified: 2023-03-07 13:52 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2023-02-28 16:54:34 PST
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.
Comment 1 Radar WebKit Bug Importer 2023-02-28 16:55:11 PST
<rdar://problem/106059293>
Comment 2 Jonathan Bedard 2023-02-28 17:02:26 PST
Pull request: https://github.com/WebKit/WebKit/pull/10839
Comment 3 EWS 2023-03-07 13:52:38 PST
Committed 261343@main (ecafc68a10f3): <https://commits.webkit.org/261343@main>

Reviewed commits have been landed. Closing PR #10839 and removing active labels.