This function returns immediately, but the outer loop "_loop_watching_for_changes" clearly expects it to pause for the supplied number of milliseconds before returning.
That it doesn't pause and immediately returns caused my poor laptop to fail due to thermal fault.
running
the dev_appserver.py container is consuming all the CPU and heating the world.
It's constanly looping through:
google.appengine.tools.devappserver2.module.ExternalModule.handle_changes
This function returns immediately, but the outer loop "_loop_watching_for_changes" clearly expects it to pause for the supplied number of milliseconds before returning.
That it doesn't pause and immediately returns caused my poor laptop to fail due to thermal fault.
Thanks for looking into it.