fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Validation check for circular dependencies #42

Closed erwinvaneyk closed 6 years ago

erwinvaneyk commented 7 years ago

Currently there is no check, and a workflow will basically timeout after getting stuck. Due to the static declaration of dependencies between tasks, within the workflow the validation should be trivial.

erwinvaneyk commented 6 years ago

Fixed in #111