pythonsupervisord

python supervisord program dependency


I have [program:A], [program:B] in my supervisord.conf

B depend A, means:

A should start before B.

How to ensure this by supervisor?


Solution

  • supervisord does not directly support dependencies. Your options instead are: