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

migration from .worker to this doc #2

Open rdallman opened 9 years ago

rdallman commented 9 years ago

Yes, the main differences : Understand that you need a standalone version of your gems / you need a require_relative of the bundle setup and a require for the different modules you uses / and also payload

These are ruby specific. Would be great to document the changes required for other runtimes to switch over to get people using this.

Make example/docs for:

treeder commented 9 years ago

Where is that from?

treeder commented 9 years ago

And ya, should try to get a few different languages ready. Have a Go example almost ready, a node/php/java example would be good.

rdallman commented 9 years ago

had a customer try it out this weekend, was having some issues with (surprise) bundler.

treeder commented 9 years ago

What were the issues?

On Mon, Feb 16, 2015, 8:53 AM Reed Allman notifications@github.com wrote:

had a customer try it out this weekend, was having some issues with (surprise) bundler.

— Reply to this email directly or view it on GitHub https://github.com/iron-io/dockerworker/issues/2#issuecomment-74538396.

rdallman commented 9 years ago

meant with iron_worker_ng, sorry. that's why I had him try this thing out. he had some good feedback, said that he wanted a simple "hello world" tutorial for upload and to skip the docker business (even though he said it is nice and should exist) and also to cover some of the migration bugaboos (made issues for both).

treeder commented 9 years ago

Here's a good hello world one: https://github.com/treeder/hello_worker . Don't even need to clone it.

rdallman commented 9 years ago

ah. think he meant quick and easy zip. we could add a zip to that guy

treeder commented 9 years ago

To this cli? maybe iron worker zupload ... would zip and upload.

rdallman commented 9 years ago

that's not a bad idea either. I just meant as a tutorial a simple hello_world.zip laying around somewhere for people to say "hello world"