Hacker News new | ask | show | jobs
by mattbillenstein 2249 days ago
Yes, you wouldn't do all work in the task queue - commonly, we make some change in the database which can happen pretty fast, and after that transaction commits, we might defer a task that sends a notification, email, whatever.