Paul Astbury-Thomas
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
backend/src/Squidex.Infrastructure/Migrations/Migrator.cs
|
|
|
@ -86,7 +86,7 @@ public sealed class Migrator |
|
|
|
{ |
|
|
|
while (!await migrationStatus.TryLockAsync(ct)) |
|
|
|
{ |
|
|
|
log.LogInformation("Could not acquire lock to start migrating. Tryping again in {time}ms.", LockWaitMs); |
|
|
|
log.LogInformation("Could not acquire lock to start migrating. Trying again in {time}ms.", LockWaitMs); |
|
|
|
await Task.Delay(LockWaitMs, ct); |
|
|
|
} |
|
|
|
} |
|
|
|
|