Sidekiq tries to connect to Redis in development #96

Closed
opened 2023-03-01 09:54:05 +00:00 by greg · 1 comment
Owner

I ran into an unrelated issue with the queue job while checking the service attributes feature.

I created an invite for my user:

> u = User.find_by_cn('carla')
> u.invitations.create

I then used the invitation link, and after picking a username and password Sidekiq crashed because it tried to connect to Redis

I ran into an unrelated issue with the queue job while checking the service attributes feature. I created an invite for my user: ``` > u = User.find_by_cn('carla') > u.invitations.create ``` I then used the invitation link, and after picking a username and password Sidekiq crashed because it tried to connect to Redis
greg added the
bug
label 2023-03-01 09:54:05 +00:00
Owner

It's supposed to connect to Redis, but I don't think it's configured for the Docker setup yet.

We will also want to make the Redis config (host/db/URL) configurable via ENV var anyway, so that would make it possible to easily add it to Docker Compose as well.

It's supposed to connect to Redis, but I don't think it's configured for the Docker setup yet. We will also want to make the Redis config (host/db/URL) configurable via ENV var anyway, so that would make it possible to easily add it to Docker Compose as well.
raucao self-assigned this 2023-03-28 10:16:49 +00:00
Sign in to join this conversation.
No description provided.