Fetch entities from the delete logs between jan 1 and jan 2 and apply them to wdqs production machines (1000 ids at a time): python3 ./list_deletes.py 2021-02-18T00:00:00Z 2021-02-19T00:00:00Z | xargs --max-args 1000 sh -x ./update.sh check update.sh for the list of prod machines. requires parallel-ssh