Friday, 1 November 2019

resuming functionality on service restart

I have a nodejs service. A restful api call into the service can kick off a long running process (asynchronously so its in the background).If the server reboots in any way, that long running process is terminated.I am looking for any recommendations on how to restart that long running process on server reset.Thnx

Submitted November 01, 2019 at 02:53PM by programmer-bob-99

No comments:

Post a Comment