Skip to content

Strange behaviour: TimeoutError when invoking socketio.call() from Celery Worker #2079

Answered by miguelgrinberg
lucarillosi asked this question in Q&A
Discussion options

You must be logged in to vote

The external process can only send, it cannot receive anything. Replies will never reach, so you will always get a timeout. If you need more flexibility you should consider using a Socket.IO client in your celery worker.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lucarillosi
Comment options

Answer selected by lucarillosi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants