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
from app import create_app
app = create_app()
if __name__ == '__main__':
import bjoern
bjoern.run(app, 'unix:/var/www/python/vyo/run.sock')
I notice after running for a while, there are numerous of broken pipe log.
Client 10 hit errno 32
Client 3 hit errno 32
Client 3 hit errno 32
Client 8 hit errno 32
Client 8 hit errno 32
Client 10 hit errno 32
Client 10 hit errno 32
Client 10 hit errno 32
The text was updated successfully, but these errors were encountered:
@jonashaag sure does, i use flask to serve request with nginx as a proxy.
i suppose on some heavy tasks, nginx cuts the connections to the socket which causes the issue.
I bind bjoern on socket.
I notice after running for a while, there are numerous of broken pipe log.
The text was updated successfully, but these errors were encountered: