iron-io / dockerworker

The new IronWorker workflow examples. Test locally, then upload and start queuing jobs!
http://www.iron.io
232 stars 47 forks source link

Task status: error #5

Closed fattenap closed 9 years ago

fattenap commented 9 years ago

Hi,

I followed the go tutorial and created the worker. When run in the Docker environment it builds and runs ok. I zip the files and upload the file with iron worker upload --stack go-1.4 hello-go.zip ./hello and get the following output

-----> Configuring client Project 'playground' with id='54dc026b1733cc0006000126' -----> Uploading worker "" Code package uploaded code with id="54e571bd61d618646c031cc7" Check 'https://hud.iron.io/tq/projects/54dc026b1733cc0006000126/code/54e571bd61d618646c031cc7' for more info But my task status is error with the following message msg undefined methodsplit' for #`

Is this what's suppose to happen?

Thanks

treeder commented 9 years ago

No, that's not what's supposed to happen. This stuff isn't ready to go yet, still in dev/testing. :)

How'd you come across it?

fattenap commented 9 years ago

No problem.

The error is displayed on my iron.io dashboard worker list. The hello-go worker shows errors in the Task List. Then when I click through it shows a status of error. I've attached some screen shots. I hope that's ok.

image image image

Sorry I'm new to docker/iron.io and still trying to understand how everything fits.

treeder commented 9 years ago

@fattenap although this is an unreleased feature as of now, the go example should work.