oktonoid
oktonoid
RRailway
Created by oktonoid on 2/20/2024 in #✋|help
Brute force attack
20f06db8-c92f-453a-8720-e5ca0547115b
8 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
Super. Thank you again!
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
Ok makes sense
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
Last question: do you recommend leaving the 3 sec sleep in there? (The log-downloader is super useful too)
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
(Maybe you can add your python-redis connection code sample somewhere to the docs, should be a common use-case. Was mostly misunderstandings on my end though)
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
Really appreciate it, I know you spent time on this
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
Thank YOU
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
Ok working 🙌 (had to disable ssl)
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
Let me try again
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
.. I guess it failed at r.set('foo', 'bar')
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
Build: ... Pushing [==================================================>] 173.8MB 90558e9c8238 Pushed 90558e9c8238 a06bf1d5-b9fd-4876-8281-ac96a7b9196c: digest: sha256:5ef7342a76408453a54eb0b9e64f5a30f96d239ac582455063cf351e983787dd size: 2418 Publish time: 11.32 seconds Deploy: sleep done after redis
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
.. other than the startup prints which are all good so the service is running it seems
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
Yes fastapi, nothing in the logs
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
It's on an off, I've gotten responses a minute ago from the same build, now it's Failed to respond
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
Do you happen to know if there are service outages? I see the message "Railway-hosted applications may be inaccessible for users connecting from Europe. We have identified the incident.". I'm in europe but going through a US vpn
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
I get the redis ping and get/set, I just can't reach the app through the public networking link, getting "Application failed to respond" but that's not a redis issue
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
This one also works: r = redis.Redis( host = 'redis.railway.internal', port=6379, password='todo', charset="utf-8", decode_responses=True ) which is nice because it allows decode_responses and all the other options
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
Ok, this worked
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
.. maybe that's why
76 replies
RRailway
Created by oktonoid on 1/31/2024 in #✋|help
Connecting python to redis database
You don't set the password?
76 replies