Nathan Zabaldo
2017-03-05 03:08:47 UTC
I'm using 3.3.1 on centos. I have supervisord installed and running.
However, I can only get supervisor to load programs if I put them directly
into /etc/supervisord.conf
In supervisord.conf at the end I have:
files = /etc/supervisord.d/*.conf
In /etc/supervisord.d/ I have 3 files that all end in ".conf" so the
wildcard should find them.
If I try to add a program like below I get the ERROR you can see there.
[***@appbox-01 etc]# supervisorctl add ingest_data_worker
ERROR: no such process/group: ingest_data_worker
What am I missing in my setup? Seems pretty straightforward according to
the docs and other examples I could find on the net.
However, I can only get supervisor to load programs if I put them directly
into /etc/supervisord.conf
In supervisord.conf at the end I have:
files = /etc/supervisord.d/*.conf
In /etc/supervisord.d/ I have 3 files that all end in ".conf" so the
wildcard should find them.
If I try to add a program like below I get the ERROR you can see there.
[***@appbox-01 etc]# supervisorctl add ingest_data_worker
ERROR: no such process/group: ingest_data_worker
What am I missing in my setup? Seems pretty straightforward according to
the docs and other examples I could find on the net.