jhuapl-boss / heaviside

Python library and DSL for working with AWS StepFunctions
Apache License 2.0
35 stars 10 forks source link

Fanout error handling #3

Closed derek-pryor closed 7 years ago

derek-pryor commented 7 years ago

Fixed a problem with fanout where an error in the function could result in orphaned step function executions continuing to run.

Updated documentation with with some things to keep in mind when using fanout.