jtourkos
jtourkos
RRailway
Created by jtourkos on 9/26/2024 in #✋|help
Cannot connect to Redis via Private Network
In my nodejs app I create a BeeQueue instance like:
const eventProcessingQueue = new BeeQueue(`queue_name`, {
redis: { url: appSettings.redisConnectionString },
});
const eventProcessingQueue = new BeeQueue(`queue_name`, {
redis: { url: appSettings.redisConnectionString },
});
appSettings.redisConnectionString is set - correctly - to the internal Redis URL, but when trying to deploy (after successfully building), I get Redis connection to redis.railway.internal:6379 failed - getaddrinfo ENOTFOUND redis.railway.internal. Switching to the public URL, works fine. Tried appending family=6 (and 0 which is the default) at the connection string. Also tried creating a redis client and seting the socket family to 6 but then it fails for another reason (trying to connect to localhost). I also have setup a sleep when starting. The service I'm connecting from and the redis instance, both are in the same project. Any ideas? Thank you!
29 replies
RRailway
Created by jtourkos on 1/16/2024 in #✋|help
Cannot see logs
Hi, I cannot see any logs after deploying a nodejs service. Everything was working fine until recently and I haven't changed anything, but now I get No deployment logs. All output sent to stdout will be displayed here. The app is working fine, though. Any ideas why this is happening? Thank you.
20 replies
RRailway
Created by jtourkos on 12/10/2023 in #✋|help
Error: no available stackers found within resource limits
Hi all, Suddently I am getting Container failed to start -- no available stackers found within resource limits errors for a service running on cron schedule. It was working fine and I haven't change anything for quite some time. Any ideas why this is happening? Thanks!
6 replies
RRailway
Created by jtourkos on 11/13/2023 in #✋|help
Notifications on Logs
Hello all, Is there a way to get any kind of "notification" (email, webhook, etc.) on a log regex? For example on "ERROR" send an email to the admin. I know about the deployment webhooks, but I'd like to know about the logs. Thank you.
9 replies
RRailway
Created by jtourkos on 11/6/2023 in #✋|help
Slow Deployments & No logs
Hello all. Since today deployments seem very slow and I cannot see any deployment logs. (Build logs say that the image is published). Is everything working fine? Haven't changed anything from my side that could mess logging. Thank you.
7 replies
RRailway
Created by jtourkos on 10/27/2023 in #✋|help
Cannot see Postgres tables under `Data` tab
Hey all! I have a postgres running fine and I can connect and view its data normally via pgAdmin from my machine. However, on the UI, under the Data tab it appears as if I don't have any tables and prompts me to create a new one. Any ideas why this is happening? Thank you.
4 replies
RRailway
Created by jtourkos on 10/25/2023 in #✋|help
Postgres instance vs image
Hello team 👋 I am evaluating Railway for our team's infrastructure provider and have a quick question. Up to now, I was able to create Postgres instances fine. But now, whenever I try to create a new one, it is created as a service (from a Docker image). Am I missing something? How can I create simple instances? Thank you for your help.
16 replies