fix(datasync): throw on cancellation in DevEtlRegistry.RunAllAsync
This commit is contained in:
@@ -70,9 +70,7 @@ public class DevEtlRegistry
|
||||
|
||||
foreach (var tableName in GetAvailableTables())
|
||||
{
|
||||
if (cancellationToken.IsCancellationRequested)
|
||||
break;
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
var result = await RunAsync(tableName, cancellationToken);
|
||||
results.Add(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user