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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions