Another great catch from @eisbilir. We added key to some events, so when we create RB and many WPs are created for this RB they wold be processed one by one in ES Processor.
But after we change RB dates, we raise all of the RB.update,WP.create,WP.update,WP.delete topics potentionally they would still overwrite each other if ES processor try process them in parallel.
We are not safe from this because it's different topics, so they would be still processed in parallel.
cc @nkumar-topcoder