Skip to content

Crash process on repeated pipeline handle exceptions? #276

Description

@njlr

Suppose I start and wait on a pipeline like this:

#r "nuget: Propulsion, 3.0.0"

open Propulsion

async {
  use src : Feed.Core.SourcePipeline =
    Unchecked.defaultof<_> // ...

  do! src.Await()
}
|> Async.RunSynchronously

How do I make this async crash (and therefore the entire process) when the handle function throws an exception?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions