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
I just tried to run a coffeescript file index.coffee in cluster mode and it always started in fork mode (thus crashing if I wanted to use -i). I tried to debug this with an minimalistic express app (just the require and listen command to start a server instance). This did not work!
Now I tried to do the same thing with an index.js file wrapping the stuff (require coffeescript/register and such) and it works like a charm.
I tried this with pm2 v0.10.7 and node v0.10.25 as well as node v0.11.13.
The text was updated successfully, but these errors were encountered:
I just tried to run a coffeescript file
index.coffee
in cluster mode and it always started in fork mode (thus crashing if I wanted to use-i
). I tried to debug this with an minimalistic express app (just the require and listen command to start a server instance). This did not work!Now I tried to do the same thing with an
index.js
file wrapping the stuff (require coffeescript/register and such) and it works like a charm.I tried this with
pm2 v0.10.7
andnode v0.10.25
as well asnode v0.11.13
.The text was updated successfully, but these errors were encountered: