Local Redis timeout vs Render.com redis timeout

I’ve successfully set up redis pub/sub between vercel and render redis service. On my local, my redis connection never times out+reconnects, but in a live environment it does. I was wondering how to keep the redis connection long-standing so theres no disconnect/reconnect? Is there some idle timeout setting somewhere? Thanks.

[SSE Utils] Connection error event: Event {isTrusted: true, type: 'error', target: EventSource, currentTarget: EventSource, eventPhase: 2, …}
[SSE Utils] Connection error occurred, EventSource might attempt reconnection.
[Stream Handler] SSE Error: A connection error occurred (may retry).
[SSE Utils] Connection opened successfully.
[Stream Handler] SSE Connection opened.
[Stream Handler] Raw message received: {event: 'connected', message: 'SSE connection established', channelName: 'DF:STAGE:0196d069-f2e9-76ad-8226-ee86e48c0cc2'}

Basically just keeps disconnecting then immediately reconnecting.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.