I have a meteor app where user can insert or update into rethink db table and I am watching the change feeds from a node worker and pushing it in rethink-node-job-queue.
Now if somehow my node-worker crashes sometimes , I will loose those changes or I will be unable to track the changes.
Is there a way I can store the changes somewhere or something like that so that I could retrieve those changes after the node server restarts ?
Thanks for any kind of help.