Estafette
Estafette
RRailway
Created by Estafette on 9/26/2023 in #✋|help
Sidekiq worker repeatedly crashing after deploy with "Connection refused... for 127.0.0.1:6379"
I ended up just bailing on it entirely. It would reboot and be stable for a bit, then inevitably crash. My app isn’t using Sidekiq just yet, so I can live without it in the interim
25 replies
RRailway
Created by Estafette on 9/26/2023 in #✋|help
Sidekiq worker repeatedly crashing after deploy with "Connection refused... for 127.0.0.1:6379"
Thanks for your help @Brody !
25 replies
RRailway
Created by Estafette on 9/26/2023 in #✋|help
Sidekiq worker repeatedly crashing after deploy with "Connection refused... for 127.0.0.1:6379"
There's a few places where we're using <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
25 replies
RRailway
Created by Estafette on 9/26/2023 in #✋|help
Sidekiq worker repeatedly crashing after deploy with "Connection refused... for 127.0.0.1:6379"
Worker seems stable now
25 replies
RRailway
Created by Estafette on 9/26/2023 in #✋|help
Sidekiq worker repeatedly crashing after deploy with "Connection refused... for 127.0.0.1:6379"
No description
25 replies
RRailway
Created by Estafette on 9/26/2023 in #✋|help
Sidekiq worker repeatedly crashing after deploy with "Connection refused... for 127.0.0.1:6379"
No description
25 replies
RRailway
Created by Estafette on 9/26/2023 in #✋|help
Sidekiq worker repeatedly crashing after deploy with "Connection refused... for 127.0.0.1:6379"
No description
25 replies
RRailway
Created by Estafette on 9/26/2023 in #✋|help
Sidekiq worker repeatedly crashing after deploy with "Connection refused... for 127.0.0.1:6379"
No description
25 replies
RRailway
Created by Estafette on 9/26/2023 in #✋|help
Sidekiq worker repeatedly crashing after deploy with "Connection refused... for 127.0.0.1:6379"
The web.REDIS_URL is apparently an empty string
25 replies
RRailway
Created by Estafette on 9/26/2023 in #✋|help
Sidekiq worker repeatedly crashing after deploy with "Connection refused... for 127.0.0.1:6379"
On the worker, I'm currrently trying this:
{"REDIS_URL":"${{web.REDIS_URL}}"}
{"REDIS_URL":"${{web.REDIS_URL}}"}
But I also tried redis.REDIS_URL (which was provided by the redis instance I'm running)
25 replies
RRailway
Created by Estafette on 9/26/2023 in #✋|help
Sidekiq worker repeatedly crashing after deploy with "Connection refused... for 127.0.0.1:6379"
I have the REDIS_URL set on the worker but it doesn't seem to be picking it up.
25 replies