Menu
Back to Discussions

async or sync processing for background tasks

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

Comments

Loading comments...
async or sync processing for background tasks | SysDesAi