anyone else can't connect to their redis
Had no issues yesterday but today been running into:
redis.exceptions.ConnectionError: Error 111 connecting to containers-us-west-194.railway.app:6648. Connection refused.
31 Replies
Project ID:
1d40932a-c0c4-4819-9b30-9de2a9ee93ca
1d40932a-c0c4-4819-9b30-9de2a9ee93ca
How are you connecting to it?
redisInsight
and redis python package
Can you share the connection code please?
can you show us a screenshot of your service variables, but include a full screenshot of your browser window please
is it safe to post the variables on this thread?
this is a public thread, so please don't
ok can i DM you?
the variables are hidden by default, leave them hidden and take a screenshot please
that, you have no issues posting here
where is your service?
that's just a database
im only using railway for the redis db
can you connect to redis with something like dbgate?
I’ve been trying with redisInsight which is something simile I believe and it doesn’t seem to be working either
Something I did notice was the redis server’s log showed that it was continuously restarting
do you have data on that database?
Yes
important data?
checking it out
also, you should not have "important data" in Redis 😬
@ricepapi are you connecting to this instance from a Railway service?
no just using a python script
running locally?
yeah it's not too important its just for caching
but slows down previous api calls we have done
yes
wanna DM me them so I can double check?
so i was just looking into the memory logs again -- the random fluctuations in mem coincided with when i was having issues
but it seems like its now been resolved after trying it again now
i think it works now -- after trying again
apologies for the wild goose chase -- was just confused why it was down for that hour
haha no worries, glad it's working!
hey im running into this issue again --
the logs keep on repeating the following which leads me to assume the container is continuously restarting, is this normal?
do u think its because i am hitting some kind of memory limit?
not ideal, but even after you get this fixed, whats gonna stop this from happening again??
depending on what you use redis for https://upstash.com/ might be a great replacement
Is it maxed at 500MB? If so that's definitely the free tier user limit