From 57e7ba960aec9216680184e9de85bd84714dad42 Mon Sep 17 00:00:00 2001 From: Adel Aly Date: Mon, 20 Dec 2021 15:55:53 -0500 Subject: [PATCH] Update README.md Not sure if should be under monitoring & alerting or under distributed scheduling but there seems to be similar links here --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73799d35e..e319804c4 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [EventHorizon: Tool for Watching Events Streaming at Etsy](https://codeascraft.com/2018/05/29/the-eventhorizon-saga/) * [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/) + * [ATF: An an async task framework at Dropbox](https://dropbox.tech/infrastructure/asynchronous-task-scheduling-at-dropbox) * [Dynein: Distributed Delayed Job Queueing System at Airbnb](https://medium.com/airbnb-engineering/dynein-building-a-distributed-delayed-job-queueing-system-93ab10f05f99) * [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/)