Skip to content

Commit a5e8e14

Browse files
committed
ok
1 parent 6fca539 commit a5e8e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infra/docs-lambda-index-publisher/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ static async Task<string> Handler(LinkReference linkReference, ILambdaContext co
7575
retryCount++;
7676
if (retryCount >= maxRetries)
7777
{
78-
context.Logger.LogInformation($"Error encountered on server. getting object {getObjectRequest.Key}.");
78+
context.Logger.LogInformation($"Error: Failed to update after {maxRetries} attempts. Someone else modified the object since we read it. {ex.Message}");
7979
return $"Error: Failed to update after {maxRetries} attempts. Someone else modified the object since we read it. {ex.Message}";
8080
}
8181
// Wait a short time before retrying

0 commit comments

Comments
 (0)