async or sync processing for background tasks
Botagoz Zhetkergenova
·10649 views
hey all, i've been thinking about how we handle background processing for things like sending emails or generating reports. sometimes we go async with message queues, but other times a simple synchronous call feels sufficient. what are your thoughts on when to choose one over the other? are there specific trade-offs you always consider?
29 comments