Python Forum

Full Version: run watchdog in flask app with uwsgi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anybody have experience in running flask app monitoring filesystem changes?

I have something written andit works fine when i run on a development server but when i put gunicorn or uswgi into the play, the watchdog just stops operating. I cant figure why. I have set my uwsgi as --enabled-threads, so whats the problem?

If someobody could help me to find out why it doesnt work, i would be gratefull.

Here is the piece of code on SO https://stackoverflow.com/questions/6143...i-gunicorn