quan
quan
RRailway
Created by quan on 5/3/2024 in #✋|help
k6 on railway load test
Hi, Just wondering if railway will ban a certain IP address if we load test k6 on a particular nodejs deployed to railway? I noticed that it works for around 40-50k request (we did 3k-5k per run and trying to find where the bottle neck is and see how increasing the replicas can help ), it just block any further request to the railway end point from my pc
12 replies
RRailway
Created by quan on 4/19/2024 in #✋|help
private
Is there a way to ignore Docker file on railway, and build using default as if there is no Docker This is due to we had a non Docker deployment and running on railway, but we want to use the same repo and deploy onto AWS with ecs + github at the same time for another client as they want it to be there
10 replies
RRailway
Created by quan on 9/11/2023 in #✋|help
access to resource inside replica
hi, when we setup an instance to have 2 replicas, how do we get the resource related to 1 of the rep, hm I can't find the info from the docs though for a simple scenario, we have a /get-users to returns a list of in-memory users array in one instance, and /add-user to add an entry to the array so hitting the add endpoint one time, and get just returns the values of one random replica, either an empty array, or array of 1 val added previously
26 replies