Open neophob opened 6 years ago
I need this feature as well. And this is important for several cases
We would need this as well !!
We have an IoT application running 4 micro-services on a RaspberryPi. 3 out of the four micro-services requires the first one to be started and operational. The problem is that some of those may start before service number one startup is completed.
As the original poster suggested, some kind of delayed start or a startup priority would be a great addition to this amazing program :-)
me too
I too needed this feature a bunch of times.
Thanks for pm2! really like it, but I miss one feature:
Think about your low end device starts 4 microservices as soon the device is started. starting a node application might be resource intense (parsing node_modules) - so the startup is not really deterministic - but you might want microservice#1 is started before all other microservices.
I have some ideas how to resolve this:
any other ideas how to improve the startup processes?