Re: [Supervisor-users] infinite startup retries?

2016-12-02 Thread Andres Reyes Monge
Btw, i think the cron job it's a better solution for this case Regards El 2 dic. 2016 12:09 PM, "Paul Fox" escribió: > rod wrote: > > Afaik infinite retries is not supported, but using a very high > startretries > > (eg. ) gives you a decent amount of

Re: [Supervisor-users] Run Supervisord as a singleton or one for each application

2016-10-26 Thread Andres Reyes Monge
That is correct, and yes that is the best approach Regards 2016-10-26 13:53 GMT-06:00 Alan Evangelista : > I have 2 applications managed by supervisord and I am running 1 instance of > supervisord for each one. > > $ ps aux | grep supervisord > (...) grep --color=auto

Re: [Supervisor-users] Where to find docs for prior Supervisor releases?

2016-09-17 Thread Andres Reyes Monge
I just found this https://github.com/Supervisor/supervisor/tree/3.0b2/docs You can probably get that tag from github and the build the docs with sphinx Regards 2016-09-17 7:23 GMT-06:00 Marty Chang : > I'm looking for docs on Supervisor 3.0b2 (the only package currently >

Re: [Supervisor-users] Overriding [program:x] settings globally

2015-02-20 Thread Andres Reyes Monge
Use a configuration management tool like Puppet or salt. Then just generate supervisord configuration files from a template which uses this variable On Fri Feb 20 2015 at 3:57:06 PM Marc Abramowitz msabr...@gmail.com wrote: Is there any way to force all apps managed by supervisor to use a

Re: [Supervisor-users] Monitoring a process with supervisord and shell script/curl test

2015-02-06 Thread Andres Reyes Monge
I would have process create a pidfile on start and delete it on exit. That way if the process doesn't exit successfully the pidfile will be there but the curl test will fail Regards On Fri Feb 06 2015 at 3:48:19 PM Mikko Ohtamaa mi...@redinnovation.com wrote: Hi, If you're going to have a

Re: [Supervisor-users] Log rotation

2014-12-16 Thread Andres Reyes Monge
Looking at the documentation seems like you could use the SIGUSR2 signal *supervisord* will close and reopen the main activity log and all child log files. http://supervisord.org/running.html#signal-handlers On Tue Dec 16 2014 at 7:18:15 AM Sky Lothar allot...@gmail.com wrote: try this?

Re: [Supervisor-users] hey all, I wish to tackle some bugs with the project web view

2014-04-14 Thread Andres Reyes Monge
Are you using a proxy server like nginx in front of the supervisord webadmin? It's probably just some header that has not been set On Mon, Apr 14, 2014 at 4:03 PM, alonn alonis...@gmail.com wrote: mainly the refresh sends me to local bug (say i'm in supervisor.mycompany.com:90011 and press