Asynchronous workflows help reduce request times for expensive operations that would otherwise be performed in-line. They can also help by doing time-consuming work in advance, such as periodic aggregation of data. Message queues Message queues rece...
techbeats.blog2 min read
Overall, i liked this post, good, decent starter info on asynchronous processing. But, it would/could have been helpful if you could have spent some more time on describing the issues with synchronous processing, and when to move to async.
Suraj Shende
The first reading is done. Maybe I will read it again... π