I have a Python script that's running under supervisord. I'm curious if there's a way to tune how up-to-date the stdout output from supervisord is when logging or running supervisorctl tail -f program
.
Right now it's updating very slowly at seemingly inconsistent intervals. It's a very busy script so I'm getting huge chunks of data updated in roughly ten minute intervals watching the script through supervisorctl.
[link][comment]