How do I stop a node.js script after it runs some time -


my script has module wait web response , stuck there because of web environment. want automatically stop after stucks 5 min (or 30 seconds) , don't want wait response timeout. how can that?

edit: comment @yerken need , works

the article

https://davidwalsh.name/essential-javascript-functions

includes function poll() may you're looking for. if doesn't work, please explain more want do. thanks!


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

java - How to create your own button and Use it with Scene Builder for javafx -

c++ - Drawing a circle in directx 9 -