定义了多个program,有按顺序启动program的要求

1 cedared Apr 25, 2014 留名关注一下 |
2 timonwong Apr 25, 2014 priority 不行? http://supervisord.org/configuration.html priority The relative priority of the program in the start and shutdown ordering. Lower priorities indicate programs that start first and shut down last at startup and when aggregate commands are used in various clients (e.g. “start all”/”stop all”). Higher priorities indicate programs that start last and shut down first. Default: 999 Required: No. Introduced: 3.0 |
3 cxh116 OP |
4 everbird Aug 12, 2014 @cxh116 这个貌似目前还做不到,目前只能 autostart=false 然后手工或脚本指定启动顺序。有个 Open 的 Issue 在 github 上: https://github.com/Supervisor/supervisor/issues/122 |