retry blob deletion when taskhubs are deleted. (#211)
This commit is contained in:
Родитель
5bf6a5e198
Коммит
dfbd27413a
|
@ -419,7 +419,7 @@ namespace DurableTask.Netherite.Faster
|
|||
else
|
||||
{
|
||||
var blockBlobAccount = BlobUtilsV12.GetServiceClients(settings.BlobStorageConnection);
|
||||
await DeleteContainerContents(blockBlobAccount.Default);
|
||||
await DeleteContainerContents(blockBlobAccount.WithRetries);
|
||||
|
||||
if (settings.PageBlobStorageConnection != null)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче