batcher
batcher copied to clipboard
removeRequest: flag as removed instead of actually removing it from DB
When we unbatch a request, Batcher actually DELETE the batch_request row from the database. We should just flag it as deleted=true instead, to keep track of past events.