twenty/packages
Weiko 02c34d547f
Fix redis connection (#7956)
## Context
bull-mq connection was not working as intended, the connection parameter
was ignored and was falling back to localhost.
This PR should fix the issue by instantiating a IORedis client following
bullmq documentation https://docs.bullmq.io/guide/connections
I also changed cache-storage module to use IORedis client as well to be
more consistent even though it was not necessary there. We could move
that instantiation to a factory class in the future.

## Test
start server + worker with correct port and wrong port with
cache-storage-type memory/redis and queue-type sync/bull-mq
2024-10-22 14:40:18 +00:00
..
twenty-chrome-extension Use <label> HTML element when possible (#7609) 2024-10-13 20:04:24 +02:00
twenty-docker Refactor Redis connections to use Redis URL - closes #7421 (#7736) 2024-10-16 17:17:44 +02:00
twenty-e2e-testing E2E tests (#6717) 2024-08-27 11:07:10 +02:00
twenty-emails Make main the new 0.32 canary 2024-10-12 17:48:20 +02:00
twenty-front bug fix webhook response not sending data to tinybird (#7952) 2024-10-22 15:48:11 +02:00
twenty-server Fix redis connection (#7956) 2024-10-22 14:40:18 +00:00
twenty-ui Migrate to twenty-ui utilities/screen-size (#7836) 2024-10-22 10:34:42 +02:00
twenty-utils Fix docs build in CI (#5826) 2024-06-11 19:06:37 +02:00
twenty-website fix(website): enable // in token form URL input (#7923) 2024-10-21 18:24:24 +02:00
twenty-zapier Fix zapier tests (#7568) 2024-10-10 16:34:34 +02:00