fanout / django-eventstream

Server-Sent Events for Django
MIT License
664 stars 88 forks source link

About a minute's delay between send_event and pushpin logging the published event #62

Closed foucdeg closed 3 years ago

foucdeg commented 3 years ago

I've recently set up pushpin as a GRIP proxy in front of my existing app configured as instructed.

Things seem to work well, except that events seem to take a long time to be published. There seems to be a delay between 10 seconds and 2 minute between the moment send_event returns, and the moment when pushpin prints log about the published event. After pushpin has logged the event, the subscribed client almost immediately receives the event.

What could cause such a delay?

foucdeg commented 3 years ago

Never mind, docker misconfiguration on my end. Sorry.

timomeara commented 9 months ago

Never mind, docker misconfiguration on my end. Sorry. hi @foucdeg- i’m suddenly getting the same thing, what was the miss config?