This commit is contained in:
Adel Aly 2024-03-03 00:08:06 -08:00 committed by GitHub
commit 02e37aaaa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,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)
* [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)