supervisord stopping child processes

后端 未结 6 2054
隐瞒了意图╮
隐瞒了意图╮ 2020-12-23 09:38

One of the problems, I face with supervisord is that when I have a command which in turn spawns another process, supervisord is not able to kill it.

For example I h

6条回答
  •  爱一瞬间的悲伤
    2020-12-23 09:49

    You can also use priorities in /conf.d/your-configuration.conf file. For example, if you want to run zookeeper first and then kafka you can specify two programs.

    Lower priority means that the program starts first and stops last.

提交回复
热议问题