Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watchdog blocks eventlet/Flask from running in debug mode. #679

Closed
mortoray opened this issue Jul 26, 2020 · 2 comments · Fixed by #1070
Closed

Watchdog blocks eventlet/Flask from running in debug mode. #679

mortoray opened this issue Jul 26, 2020 · 2 comments · Fixed by #1070

Comments

@mortoray
Copy link

Simply having watchdog installed causes flask+eventlet to hang. I've filed this issue on eventlet, but I'm not sure where it belongs.
eventlet issue: eventlet/eventlet#634

There was previous issue here related to eventlet:
previous watchdog issue: #332

@merlinran
Copy link

To reproduce: eventlet/eventlet#634 (comment)

I encountered this because I installed pytest-watch in the Docker image, which depends on watchdog.

@BoboTiG
Copy link
Collaborator

BoboTiG commented May 13, 2022

I am far from efficient in that area. eventlet.monkey_patch(thread=False) fixes the issue :D

Now we need to find which part of the code is triggering the blocking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants