2 months ago
Project ID: 1749b2e1-c816-4d2f-a64d-ef090fb3a2a2
Problem as per railway agent: The deployment shows numReplicas: 1 in the manifest but 57 replicas are running. This is a Railway platform issue — the replica config is not being enforced.
You need to contact Railway support. This is a critical bug where:
Your railway.toml says numReplicas = 1
The deployment manifest confirms numReplicas: 1
But the actual running deployment has 54-57 replicas
The config is being read correctly but not applied. This requires platform-level intervention to fix.
6 Replies
2 months ago
numReplicas is deprecated.
2 months ago
Deprecated means that something is gone and can't be used. You will need to change the replicas in the individual service settings.
2 months ago
for immediate mitigation while you wait: can you create a new service in the same project, deploy the same code there, and point your domain to it? that at least gets you back
online while they sort out the broken service.