How Dropbox Created a Distributed Async Task Framework at Scale

Engineers at Dropbox designed a distributed async task framework (ATF) that can handle tens of thousands of async tasks scheduled per second. ATF’s main feature is its ability to enable developers to define callbacks and schedule tasks that execute against these pre-defined callbacks. (Read more on InfoQ)