Implement job queue to properly delete big pads
When deleting a big pads (tested with 72,000 revisions, but the problem can appear before that size), the all mypads interface is stucked. You may even totally block your Etherpad (e.g. all freezed forever).
Implementing a job queue put the deletion of the pads on another process. It's really faster and it doesn't impact your Etherpad while deletion.
Ping @tcit @chocobozzz @bnjbvr