Closed jatindhankhar closed 9 years ago
It worked
I was missing remote
option in the worker file. All fine now :+1:
Never mind
Hi @jatindhankhar , you might want to try our new Docker based workflow, you can build gems locally and test locally before uploading. https://github.com/iron-io/dockerworker/tree/master/ruby
Thanks for the link. I tried the new workflow but for some reason uploading was not working (docker images issues , I guess). Will give it another try :+1:
Ok, let us know if you have any issues.
Hit the chat button at the bottom of HUD.
I am trying to create a simple worker to make a third party API call, however upload fails if I specify gem in the worker file
Here is my worker file
Here is my hello_worker.rb
and when I do this
iron_worker upload hello
I getBut if I do a trivial worker without any gem stuff I works