Tagged Questions
2
votes
1answer
183 views
Gearman workers still running after the job server and Supervisor have been shutdown
I have shutdown Gearman, using the (echo shutdown ; sleep 0.1) | netcat 127.0.0.1 4730 -w 1 command. I've also stopped Supervisor using /etc/init.d/supervisord stop. However, when I run a ps -aux, ...
0
votes
1answer
342 views
Supervisor - how to get a program to run at intervals of time
Perhaps I'm misunderstanding with Supervisor does, but perhaps me asking this question will help clear that up. Basically, I have a Supervisor program in my /etc/supervisord.conf file that executes a ...