You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2022. It is now read-only.
Procmgr is pretty basic it doesn't support reloading. It loads the config and fires off the sub-processes monitoring them. If one dies, it'll kill the others. There's not an option to reload the process configs and I'm not sure how that would work exactly. If you change the config, we'd pretty much have to restart all of the processes in the container to be safe.
At this point in time, you'd need to reload the container.
What are you trying to accomplish? What is the need to do this? Just trying to understand your use case. Thanks
hi Guys,
So I have a docker container build with paketo PHP buildpack that runs the following command under PID 1
is it possible to reload the configs passed into procmgr somehow?
The text was updated successfully, but these errors were encountered: