nootrality
nootrality
RRailway
Created by nootrality on 10/13/2023 in #✋|help
webhook service name
Does the webhook have service name? I'm getting several identical messages and I cant see service name in them.
14 replies
RRailway
Created by nootrality on 10/4/2023 in #✋|help
Application Failed to Respond (Deployment Overlap)
I'm getting application failed to respond errors during deployments. I have a healthcheck in place. I'm using RAILWAY_DEPLOYMENT_OVERLAP_SECONDS. What's happening is the load balancer is failing to transition over in time. I saw this issue a few months ago -- can we durably fix this?
15 replies
RRailway
Created by nootrality on 6/28/2023 in #✋|help
Restrict Internet Access
Is there any way to restrict internet access for the deployed container?
28 replies
RRailway
Created by nootrality on 6/13/2023 in #✋|help
Draining During Deployments
How long does Railway wait to drain old instances before tearing them down during deployments? We have requests that can take up to 60s to serve and want to make sure we're not dropping users during deployments. Is there any way to configure this?
27 replies
RRailway
Created by nootrality on 1/5/2023 in #✋|help
Datadog Agent Fails to Deploy
I've created a new Datadog Agent but it shows "No deploys for this service" and no way to actually deploy. I've added the proper API key. Am I missing something obvious?
25 replies
RRailway
Created by nootrality on 12/9/2022 in #✋|help
Deployments Failing on Health Check Timeout
All deployments are failing after 5 minutes. The # of healthcheck attempts never rises above 2. It's not clear whether this means the service never comes up (which would be surprising as the code hasn't really changed) or whether the healthcheck daemon process is dying. In either case we're blocked from all deployments and need help.
20 replies
RRailway
Created by nootrality on 11/7/2022 in #✋|help
Wildcard DNS
I'm trying to create wildcard DNS (e.g. *.example.com) so that user1.example.com, user2.example.com, etc goes to the same endpoint. This seems to work except the SSL certs, which aren't set at the root domain level. How can I set these up?
11 replies
RRailway
Created by nootrality on 10/26/2022 in #✋|help
CPU-Bound Performance
We have a (mostly) read-only vector search service running on AWS fargate currently with 4 arm instances running 4 vCPUs and 8gb of ram (about $460/mo). This service serves 200tps at peak. When I ported into Railway I noticed a few things: 1) The service is only registering 16 logical CPUs on the container when I have a team plan and was expecting 32. Is it possible something is configured incorrectly? 2) In benchmarks I'm only realizing 30 tps vs the 200 I get with AWS. I'm maxing out at around 1500% CPU (which, given I'm not saturating the 4 instances on AWS seems comparable, though underutilized per (1)). Is there anything else I can configure to get comparable performance? This particular code is sensitive to instructions like SSE or AVX, is it possible that they're not enabled on the build machine but are on the prod hypervisors? It's entirely possible that this workload is just more performant on AWS, but I figured it's worth reaching out to see if there's anything that can be adjusted.
4 replies
RRailway
Created by nootrality on 10/25/2022 in #✋|help
Usage Memory Spikes
36 replies