iron_worker_node icon indicating copy to clipboard operation
iron_worker_node copied to clipboard

Results 8 iron_worker_node issues
Sort by recently updated
recently updated
newest added

It is better to name "module" instead of "gem" for node. "Gem" is for Ruby.

The link to iron_worker_examples in the README goes to a non-existent [repo](https://github.com/iron-io/iron_worker_examples/tree/master/node) - I presume this has been moved somewhere? Or never existed? I checked the iron.io repos and couldn't...

- Old link is broken replaced it with new link https://github.com/iron-io/dockerworker/tree/master/node

I notice that every 20th or so worker.tasksCreate() call fails to actually create the given task.. And the callback never gets run with an error explaining anything. ``` javascript worker.tasksCreate('exercise_starter',...

Hi, I saw the iron worker example is great. However, it is an example of uploading a single node.js file which run a few command of code. My web application...