dat-ecosystem-archive / gasket

Build cross platform data pipelines [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
191 stars 19 forks source link

expose current task/progress #18

Open meandavejustice opened 9 years ago

meandavejustice commented 9 years ago

Would be nice to have access to the current task. For my use case, I would like to be able to access it on error so I can have some insight into which task failed. Would possibly be useful to be able to access this for tracking progress as well.

Not sure how this would be exposed outside of the case of an error. The current 'data' event emits output from stdout, which seems appropriate.

(this was discussed in #dat)