We use elastic cloud and we have an index that rolls over nightly we also want to delete old indicies. Unfortunately the snapshot operation often is running while we are trying to delete the old index, which causes the delete to fail.
Is there a way to queue the delete operation to happen as soon as it is allowed to happen?