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

This commit is contained in:
liza-mae 2019-11-15 13:24:26 -07:00 committed by GitHub
parent 4160f2601b
commit a7c663565c
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 () => {