Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 15, 2023
1 parent 3eb7d0a commit 67b8054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Propulsion/Pipeline.fs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ type [<AbstractClass; Sealed>] PipelineFactory private () =
if tcs.TrySetException(exn) then
log.Warning(exn, "Cancelling processing due to faulted scheduler or health checks")
abended <- true
// Health check can flag need to abend multiple times; first one has to win
elif not abended then log.Information(exn, "Failed setting abend exn")
// NB cancel needs to be after TSE or the Register(TSE) will win
cts.Cancel()
Expand Down

0 comments on commit 67b8054

Please sign in to comment.