Apply suggestions from code review

Co-authored-by: David Justo <david.justo.1996@gmail.com>
This commit is contained in:
Sebastian Burckhardt 2023-05-04 09:39:08 -07:00 коммит произвёл GitHub
Родитель f9f96d2194
Коммит 71c5c5ea64
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -158,7 +158,7 @@ namespace DurableTask.Netherite.EventHubsTransport
this.currentIncarnation = prior.Next;
// sometimes we can get stuck into a loop of failing attempts to reincarnate a partition.
// We don't want to waste CPU and pollute the logs, but we als can't just give up because
// We don't want to waste CPU and pollute the logs, but we also can't just give up because
// the failures can be transient. Thus we back off the retry pace.
TimeSpan addedDelay =
(prior.SuccessiveStartupFailures < 2) ? TimeSpan.Zero