How to atomically check an item out of a RethinkDB database?
I have some software written that uses RethinkDB as a queue system. Items are queued, checked out in a random order, and then marked as completed.
I have some software written that uses RethinkDB as a queue system. Items are queued, checked out in a random order, and then marked as completed.