Your question
Hey Miguel,
Thank you for being so responsive! Complete game changer when it comes to using this library 😄
I had another question.
Some background: I'm running Flask SocketIO using eventlet as a backend, on kubernetes. I'm noticing that my kubernetes liveness probes end up failing whenever I use the socket. I would have thought that any 'normal' flask routes would be unaffected by the socket.
- What's going on under the hood? I know eventlet makes everything into an eventloop -- does that impact normal flask routes as well?
- Is there a way to have normal flask routes behave as normal, and have sockets behave separately/in isolation?
Thanks in advance!
Logs
NA
Your question
Hey Miguel,
Thank you for being so responsive! Complete game changer when it comes to using this library 😄
I had another question.
Some background: I'm running Flask SocketIO using eventlet as a backend, on kubernetes. I'm noticing that my kubernetes liveness probes end up failing whenever I use the socket. I would have thought that any 'normal' flask routes would be unaffected by the socket.
Thanks in advance!
Logs
NA