You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I saw the iron worker example is great.
However, it is an example of uploading a single node.js file which run a few command of code.
My web application code is using express.js. It has a number of controllers and models.
My problem is that my worker process would like to do some complicated job which could make use of my application code and its related controllers and models.
Can I achieve that?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I saw the iron worker example is great.
However, it is an example of uploading a single node.js file which run a few command of code.
My web application code is using express.js. It has a number of controllers and models.
My problem is that my worker process would like to do some complicated job which could make use of my application code and its related controllers and models.
Can I achieve that?
Thanks
The text was updated successfully, but these errors were encountered: