Alaanor
Alaanor
Explore posts from servers
RRailway
Created by Alaanor on 11/1/2024 in #✋|help
Are the volume on v2 runtime now real ?
All in the title. Related thread from a few month ago where I was waiting for it https://discord.com/channels/713503345364697088/1251260670121476157/1251260670121476157
10 replies
RRailway
Created by Alaanor on 6/14/2024 in #✋|help
Reading ~30gb sequentially from the volume make the ram go to ~30gb
ofc that doesn't happens locally. I'm test scaling a new compute heavy feature of my app before shipping and this is a blocker for me. This is a problem because I don't want to be billed 30gb for something I discard a few seconds later. I'm just looking at if this might be a bug and/or misuse before I start looking at alternative hoster (for this particular workload, I'm still happy for the rest) .
97 replies
RRailway
Created by Alaanor on 6/10/2024 in #✋|help
Is the ingress/egress inside the local network (between 2 railway service) billed ?
Could not find that info on internet or on the pricing page
7 replies
RRailway
Created by Alaanor on 4/28/2024 in #✋|help
Cannot change nixpkgsArchive hash from railway.toml
Hello, seems like I can't change the nixpkgs archive version from railway.toml
[build]
builder = "NIXPACKS"

[deploy]
startCommand = "./api"
healthcheckPath = "/health"
healthcheckTimeout = 100

[build.nixpacksPlan.phases.setup]
nixpkgsArchive = 'a459b363de387c078080b719b30c54d8a79b4a3e'
nixPkgs = ["ffmpeg"]
[build]
builder = "NIXPACKS"

[deploy]
startCommand = "./api"
healthcheckPath = "/health"
healthcheckTimeout = 100

[build.nixpacksPlan.phases.setup]
nixpkgsArchive = 'a459b363de387c078080b719b30c54d8a79b4a3e'
nixPkgs = ["ffmpeg"]
Here's the full railway.toml I'm using. In the build log it sucessfully recognize that ffmpeg need to be installed and it does ! but no matter what it seems to use 5148520bfab61f99fd25fb9ff7bfbb50dad3c9db as nixpkg version
#7 [3/5] COPY .nixpacks/nixpkgs-5148520bfab61f99fd25fb9ff7bfbb50dad3c9db.nix .nixpacks/nixpkgs-5148520bfab61f99fd25fb9ff7bfbb50dad3c9db.nix
The reason I want to check to another version is because 5148520bfab61f99fd25fb9ff7bfbb50dad3c9db contains ffmpeg 5.1.3 and I'd like to get ffmpeg 6.1.1
22 replies
RRailway
Created by Alaanor on 3/3/2024 in #✋|help
is there an ongoing incident?
my api hosted on railway suddently got network timeout (first error log 2024-03-03T15:59:07). This happens on both the private (communicating between container inside my project) and external network. I have confirmed that the problem happens on railway and not locally. (locally I can connect fine to supabase's db but railway can't for eg.)
22 replies
RRailway
Created by Alaanor on 12/31/2023 in #✋|help
I get an "Application failed to respond" 503
Is there a way I can understand where it failed. Is it on railway side ? my application ? I'm unsure how to debug it that one. My request are getting a 503
8 replies
RRailway
Created by Alaanor on 10/3/2023 in #✋|help
My build depends on git submodules, how can I pull them
Are there any solutions ? Can I continue to use github actions alternatively ?
18 replies
RRailway
Created by Alaanor on 9/25/2023 in #✋|help
I can't get my service in production to deploy in europe-west4
The first output in the build log is [Region: us-west1] when clearly the environment variable RAILWAY_REGION is set to europe-west4. I have access to beta feature.
11 replies
RRailway
Created by Alaanor on 9/11/2023 in #✋|help
Can we easily add some config files for a dockerhub type of deployment ?
https://docs.railway.app/develop/services#docker-image we can deploy from dockerhub and that's very cool PauseChamp . Some service like grafana support to override config through env variable but some just don't and want a config file. Does railway let us do that in some way ?
9 replies
RRailway
Created by Alaanor on 9/11/2023 in #✋|help
Can I deploy an image from dockerhub directly ?
Hello, all said in the title. I wanted to setup an opentelemetry collector and play with https://hub.docker.com/r/otel/opentelemetry-collector-contrib but I'm not sure how I should do it. I do have a monorepo if I should create a file somewhere to have a more declarative approach (?)
12 replies