From aa79d3fdb7a6f39a18bb349251750aa6d107efe6 Mon Sep 17 00:00:00 2001 From: binh Date: Sat, 20 Oct 2018 17:58:41 +0800 Subject: [PATCH] Qmessage: Distributed, Asynchronous Task Queue at Quora --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7a1f5d..cb74add 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ An updated and curated list of readings to illustrate best practices and pattern * [Bullet: Forward-Looking Query Engine for Streaming Data at Yahoo](https://yahooeng.tumblr.com/post/161855616651/open-sourcing-bullet-yahoos-forward-looking) * [EventHorizon: Tool for Watching Events Streaming at Etsy](https://codeascraft.com/2018/05/29/the-eventhorizon-saga/) * [Benchmarking Streaming Computation Engines at Yahoo](https://yahooeng.tumblr.com/post/135321837876/benchmarking-streaming-computation-engines-at) + * [Qmessage: Distributed, Asynchronous Task Queue at Quora](https://engineering.quora.com/Qmessage-Handling-Billions-of-Tasks-Per-Day) * [Cherami: Message Queue System for Transporting Async Tasks at Uber](https://eng.uber.com/cherami/) * [Qyu: Distributed Task Execution System for Complex Workflows at FindHotel](http://blog.findhotel.net/2018/03/qyu-a-distributed-task-execution-system-for-complex-workflows/) * [Messaging Service at Riot Games](https://engineering.riotgames.com/news/riot-messaging-service)