cap-js-community / event-queue

An event queue that enables secure multi-tenant enabled transactional processing of asynchronous events, featuring instant event processing with Redis Pub/Sub and load distribution across all application instances.
https://cap-js-community.github.io/event-queue/
Apache License 2.0
11 stars 1 forks source link

Allow Custom Redis Configuration #161

Closed Kkoile closed 3 months ago

Kkoile commented 3 months ago

In our logging system we see recurring logs that redis socket close unexpectedly, which is related to event-queue: image Based on the following github issue this could be resolved by setting a pingInterval: https://github.com/redis/node-redis/issues/2058

It would be great if you could provide a way to pass custom redis configuration when connecting, so that we can set pingInterval in our application.

soccermax commented 3 months ago

W'll add this with the next release - tmr or the day after tmr