Matt
Matt

Reputation: 49

504 gateway timeout flask socketio

I am working on a flask-socketio server which is getting stuck in a state where only 504s (gateway timeout) are returned. We are using AWS ELB in front of the server. I was wondering if anyone wouldn't mind giving some tips as to how to debug this issue.

Other symptoms:

EDIT: I should also add two things:

Upvotes: 2

Views: 1339

Answers (1)

Matt
Matt

Reputation: 49

It seemed that switching to gunicorn as the wsgi server fixed the problem. This legitimately might be an issue with the flask-socketio wsgi server.

Upvotes: 2

Related Questions