TritonDataCenter / node-workflow

Task orchestration, creation and running using NodeJS
MIT License
456 stars 66 forks source link

Add Buffer class and [set|clear]Immediate to wf-runner sandbox #164

Closed twhiteman closed 5 years ago

twhiteman commented 5 years ago

It would be good to add the Buffer class to the global variables available in the worker sandbox.

Whilst here, also add the missing setImmediate and clearImmediate globals (added in node v0.10).

twhiteman commented 5 years ago

Committed now. @kusor can you make a release of 1.2.1?

kusor commented 5 years ago

Done @twhiteman!

twhiteman commented 5 years ago

Thanks!