collectivemedia / celos

Scriptable scheduler for periodical Hadoop workflows
Apache License 2.0
22 stars 9 forks source link

Weird Javascript parsing error on non-existing line #674

Closed ezhulenev closed 8 years ago

ezhulenev commented 8 years ago

When I try to create andTrigger with workflow that doesn't exists I get error from Javascript library, but the failing line (170) doesn't exists in workflow.js

Caused by: https://github.com/collectivemedia/audience-modeling-etl/blob/a242e3145d233e7096d43ee97af8c1d7328c0b57/src/main/cycle/workflow.js#L94

ezhulenev commented 8 years ago

It's caused by null passed into offset trigger

manuel commented 8 years ago

Figured this one out: #676 and #675