7 ms·
what about dependencies in the workers?
by kholmes79 12y ago
what about dependencies in the workers?
- carimura 12y agoI can't speak for HT specifically but dependency management is fairly straightforward. You can include any gems or libraries in your worker code package. If they contain native extensions, we'll compile and package them in at the time of upload so that the worker can execute at runtime until the next time you change the code and re-upload. More information here: http://dev.iron.io/worker/reference/builds/ http://dev.iron.io/worker/reference/builds/