Hacker News new | ask | show | jobs
by Yeroc 238 days ago
You would typically want to use the same database instance for your queue as long as you can get away with it because then transaction handling is trivial. As soon as you move the queue somewhere else you need to carefully think about how you'll deal with transactionality.
1 comments

I believe most setups using DB+{Queue,Kafka} don't truly deal with it fwiw.