You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing an UnhandledPromiseRejectionWarning (Error: Connection is closed) when calling kue shutdown. This happens when I'm using an ioredis client with an ElastiCache cluster.
See debug output below. It looks like quit is being called twice.
I am seeing an UnhandledPromiseRejectionWarning (Error: Connection is closed) when calling kue shutdown. This happens when I'm using an ioredis client with an ElastiCache cluster.
See debug output below. It looks like quit is being called twice.
I think I can see where this is happening:
https://github.com/Automattic/kue/blob/master/lib/kue.js#L396
First redis.reset() calls quit and then quit is called again in the next line.
The text was updated successfully, but these errors were encountered: