server sent events not getting sent when using morethan one gunicorn workers #2099
Unanswered
naolaregaqena
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using multiple
gunicorn
workers withuvicorn.workers.UvicornWorker
using sysid/sse-starlette for aFastAPI
application, only the first event is sent. the subsequent event are not reaching the client. events are emitted frompika.adapters.asyncio_connection.AsyncioConnection
rabbitmq message consumers, withasyncio.Queue()
to queue events.Beta Was this translation helpful? Give feedback.
All reactions