New Error in 5.8.0: [ioredis] Unhandled error event: Error: connect ECONNREFUSED 127.0.0.1:6379

@umadmin @mebeingken

The config.js is not a part of the bull extension.

There were two hotfixes. The first one was pushed to V1 and V2.
The most recent fix I pushed was only pushed to V2 and not V1, so V1 still has the same issue in some instances.

Please do the following:
Remove all the bull queue extension files from routes and modules. Then do a clean install: npm i wappler-bull-queues.

Next, define your connection parameters via ENV variables.

You shouldn’t face any further issues if you do all of this.

Thanks @tbvgl wiping the files out and reinstalling seems to have done the trick. I will test that the queues are still working. I must not have “upgraded” the package correctly from v1 to v2 and hence didn’t receive the updates you pushed earlier today. I am grateful for the support here today! Have a nice weekend :slight_smile:

2 Likes

No worries. v1 and v2 are not really compatible because v2 was almost a full rewrite with some breaking changes. That’s why installing v2 requires removing v1 first.

1 Like