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
Im using a sandboxed job and when I run my application everything works fine, but as soon as I use debugging from Webstorm I get the following message as soon as the sandboxed process spawns:
Starting inspector on 127.0.0.1:1789 failed: address already in use
strangely enough, the job also gets stuck and never completes.
How can I properly adress this without having to fork bull? I know its related to node inspector being attached to the child process on the same port.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
Im using a sandboxed job and when I run my application everything works fine, but as soon as I use debugging from Webstorm I get the following message as soon as the sandboxed process spawns:
strangely enough, the job also gets stuck and never completes.
How can I properly adress this without having to fork bull? I know its related to node inspector being attached to the child process on the same port.
Thanks!
The text was updated successfully, but these errors were encountered: