You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded from uWSGI package from 2.0.23 to 2.0.26 and my flask development environment stopped doing hot reload on file changes. I tried it on 2.0.25 and still the same issue. I am running flask in docker on Win10 host. Docker desktop log comes up with the following error message:
"is taking too much time to die...NO MERCY"
I tried on version 2.0.24 and autoreload work in it. So issue seems like in version 2.0.25 onwards.
Could someone please check if this is the case?
The text was updated successfully, but these errors were encountered:
We have very weird behaviour with our django projects, even with 2.0.28 — it only recognises changes in certain files, but not all of them. I can't really find a pattern… it's just some files work and some don't.
We run it in a container and use docker-desktop (mac) to mount the code into the container… don't know if that also plays a role.
I upgraded from uWSGI package from 2.0.23 to 2.0.26 and my flask development environment stopped doing hot reload on file changes. I tried it on 2.0.25 and still the same issue. I am running flask in docker on Win10 host. Docker desktop log comes up with the following error message:
"is taking too much time to die...NO MERCY"
I tried on version 2.0.24 and autoreload work in it. So issue seems like in version 2.0.25 onwards.
Could someone please check if this is the case?
The text was updated successfully, but these errors were encountered: