Hacker News new | past | comments | ask | show | jobs | submit login

Yes for infrequent yet high value tasks where consistency is paramount, DB queues are king. The alternatives using an externalized queue is either non-transactional without failure handling (yet everybody pretends it is), transactional with 2PC where recovery was never thought through (or tested), or devolves to having the equivalent of a DB queue anyway to track work with re-insertion of work into the primary queue.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: