Conversation
|
Unsure why CI is failing, but it works for me in an app using TLS, and |
|
This project uses |
|
Ah. It looks better now, but incompatible with node 4 so that checks failing still |
|
Hey @skeggse is it important to keep node 4 happy, or can I perhaps remove it from travis, and add a lts like |
|
We'll have to wait to deprecate Node 4 support for bee-queue v2, which is currently on hold pending an owner. |
|
Sure, can I merge this into |
|
Nevermind - I see thats using ioredis anyway |
|
One of 2.0's main features is moving to If this is something you want internally, you should be able to just pass a Redis 3 connection in to the Queue constructor. |
|
https://github.com/NodeRedis/node-redis/blob/master/.github/workflows/tests.yml ah that sounds like a better solution than forking. Will check it out |
|
As a note, I tried using a 3.0 connection but it just didn't work. Didn't do a deep dive why, just that it didn't work after I changed it to a 3.0 connection to the same redis, TLS or not. I will patiently wait for bq 2.0 :) |
Fixes #253