We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f4b3f commit 884adf6Copy full SHA for 884adf6
1 file changed
PSql.Deploy.Engine/Seeds/SeedApplicator.cs
@@ -280,6 +280,7 @@ private void HandleError(Exception e, WorkerContext context)
280
if (e.Data is { IsReadOnly: false } data)
281
data[nameof(context.WorkerId)] = context.WorkerId;
282
283
+ // Allow workers to complete, but do not start new work
284
context.Queue.Clear();
285
}
286
0 commit comments