Skip to content

Commit

Permalink
Update Lombiq.Hosting.Tenants.Maintenance/Maintenance/ElasticsearchIn…
Browse files Browse the repository at this point in the history
…dices/DeleteElasticsearchIndicesMiddleware.cs

Co-authored-by: Gábor Pór <[email protected]>
  • Loading branch information
wAsnk and porgabi authored Sep 12, 2024
1 parent ed0c3e6 commit 5f26590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public async Task InvokeAsync(HttpContext httpContext)

if (!locked)
{
throw new TimeoutException($"Fails to acquire an elasticsearch indices deletion lock for the tenant: {_shellSettings.Name}");
throw new TimeoutException($"Failed to acquire an Elasticsearch indices deletion lock for the tenant: {_shellSettings.Name}");
}

await using var acquiredLock = locker;
Expand Down

0 comments on commit 5f26590

Please sign in to comment.