pvolok/mprocs

Feature: Config option to automatically restart a process if stops running

mjsilva opened this issue · 1 comments

Firstly, thank you so much for building this!

I know this can be achieved outside mprocs easily but... I'm lazy :) It would be great if we could configure a process with autorestart: true and as soon as mprocs detects DOWN it would restart it.

Use case, I use mprocs to keep track of production logs like gcloud beta run services logs tail production-cloud-run-service and every-time I close my laptop or hit a gcloud stream limit it stops the process.

Duplicate of #68