Sidekiq tries to connect to Redis in development #96
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I ran into an unrelated issue with the queue job while checking the service attributes feature.
I created an invite for my user:
I then used the invitation link, and after picking a username and password Sidekiq crashed because it tried to connect to Redis
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.