Increase retry for cloud snapshot to finish (#50781) (#50811)

This commit is contained in:
liza-mae 2019-11-15 13:24:45 -07:00 committed by GitHub
parent d69b578768
commit 279c9ce599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ export async function deleteIndex(options) {
stats,
index,
log,
retryIfSnapshottingCount = 3
retryIfSnapshottingCount = 10
} = options;
const getIndicesToDelete = async () => {