18 days ago
I am not sure why i see this log in my deploy
[2026-06-19 09:02:23] production.ERROR: Connection timed out [tcp://redis.railway.internal:6379] {"exception":"[object] (Predis\Connection\Resource\Exception\StreamInitException(code: 110): Connection timed out [tcp://redis.railway.internal:6379] at /app/vendor/predis/predis/src/Connection/Resource/StreamFactory.php:241)
[stacktrace]
All of a sudden what is going on here?
4 Replies
18 days ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • 18 days ago
18 days ago
It is bad if my website keeps crashing it is really bad look on me. Please fix up railway this is really bad.
18 days ago
Do you see any error logs in your Redis service? Is it healthy and running? And, have you tried redeploying it?
18 days ago
This is also happening to me. I've tried redeploying redis and it's stuck in creating container state. Good to know it's not just me.
I'm using the railwayapp/redis template.
Only log is from 6 hours ago.
1:M 12 Jun 2026 04:59:53.383 # Possible SECURITY ATTACK detected. It looks like somebody is sending POST or Host: commands to Redis. This is likely due to an attacker attempting to use Cross Protocol Scripting to compromise your Redis instance. Connection from 100.64.0.45:36530 aborted.
I've disabled TCP proxy as a precaution.
Edit: just received this. That answers that question!
Server Outage Affecting Your Service
====================================
A server running your service has experienced a hardware failure. We are actively working to restore it. No action is needed on your part — your service will automatically resume once the issue is resolved.
18 days ago
What i did was to quickly spin up another redis instance using railway template still and pointed all my services to it. But the fact that the previous one crashed is baffling.