the code now has a dead-man’s switch to kill the process after waiting 10mins for a response from request.httpsGet. (on digitalocean, my understanding is that it will restart the script upon crash)
if specified in the config, the app will drop a comment in a github issue before killing the process.
the code now has a dead-man’s switch to kill the process after waiting 10mins for a response from
request.httpsGet
. (on digitalocean, my understanding is that it will restart the script upon crash)if specified in the config, the app will drop a comment in a github issue before killing the process.