coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.79k stars 358 forks source link

The service restart unexpectedly #207

Closed jugonzalez40 closed 6 years ago

jugonzalez40 commented 6 years ago

Hi, I have a script which read a three xml (very heavy) files asynchronously and insert bulk from mssql asynchronously, I execute the script by console and the script runs fine, but in service it restarts at the second bulk, I belive this is caused for a limit configuration

coreybutler commented 6 years ago

I would check your limitations if that's what you think is causing it to restart. Also check the logs, which should provide more detail.