findAndModify()
Quick question – on findAndModify() concurrency. Ex: 2 threads are trying to pull the same document at the same time (using status=pending), and assuming 1st thread gets the lock on the doc and change the status to “in-process” through findAndModify()….