From 7841949450456666304e7c0cea2913f068df9738 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 12 Feb 2023 11:35:08 +0800 Subject: [PATCH] Timestone: Queueing System for Non-Parallelizable Workloads at Netflix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f12aef..0b8c93f 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [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/) * [Dynein: Distributed Delayed Job Queueing System at Airbnb](https://medium.com/airbnb-engineering/dynein-building-a-distributed-delayed-job-queueing-system-93ab10f05f99) + * [Timestone: Queueing System for Non-Parallelizable Workloads at Netflix](https://netflixtechblog.com/timestone-netflixs-high-throughput-low-latency-priority-queueing-system-with-built-in-support-1abf249ba95f) * [Messaging Service at Riot Games](https://engineering.riotgames.com/news/riot-messaging-service) * [Debugging Production with Event Logging at Zillow](https://www.zillow.com/engineering/debugging-production-event-logging/) * [Cross-platform In-app Messaging Orchestration Service at Netflix](https://medium.com/netflix-techblog/building-a-cross-platform-in-app-messaging-orchestration-service-86ba614f92d8)