A program that runs for less than 1 second, every second on Supervisord causes the Supervisord to not run the program again. Why could that be?
I run "GET http://someurl.com/some/url" every second, and whenever this runs for less than 1 second (i.e. if I exclude "sleep(1)") then it will only run once, and never again. Any idea why?