我试图创建一个IronWorker,我想使用Windows二进制文件来运行该任务。我相信,如果我可以在子目录中创建一个独立的Wine可执行文件,并在我的工作描述符中引用它,我应该能够运行二进制文件。每个worker都是从一个干净的环境开始的,所以我不想每次都重新安装Wine (worker任务很短)。
有人成功地做到了吗?
尝试使用.deb文件。http://dev.iron.io/worker/reference/dotworker/syntax_reference
你需要Ubuntu 12.04 x64软件包。例子:
-
大量deb文件:https://github.com/thousandsofthem/workers/tree/master/mono-3.0.6
-
bring-your-own-binary https://github.com/iron-io/iron_worker_examples/tree/master/binary/phantomjs
-
自带二进制简单版本:https://github.com/thousandsofthem/workers/tree/master/ffmpeg