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.
<rdar://problem/106059293>
Pull request: https://github.com/WebKit/WebKit/pull/10839
Committed 261343@main (ecafc68a10f3): <https://commits.webkit.org/261343@main> Reviewed commits have been landed. Closing PR #10839 and removing active labels.