-
How we designed Dropbox’s ATF - an async task framework
How we designed Dropbox’s ATF - an async task framework
Almost any large scale system will need some kind of job queue or async task. Dropbox designed a system that can handle 10,000 async tasks per second from the start, and be architected for future growth. This system is used among 28 teams. They documented Dropbox ATF thoroughly, as a reference and guide for the engineering community seeking their own async solutions.
Another article on this topic are from DoorDash on Eliminating Task Processing Outages by Replacing RabbitMQ with Apache Kafka Without Downtime
Appears in lists (1)
More like this (3)
-
My journey with AWS Serverless
AWS Lambda and DynamoDB Tips Learnt in 2020 — A bundle of various things the author...
-
Planning on using AWS Step Functions? Think again
Planning on Using AWS Step Functions? Think Again — Step Functions provides a way to coordinate...
-
7 ways to do async message processing in AWS
Seven Ways to Do Async Message Processing in AWS — A walkthrough of different options for...