how to release new version only to subset of users / requests
how to release new version only to subset of users / requests to monitor under production before fully switching all traffic to new version?
4 Replies
you want to utilize environments https://docs.railway.app/reference/environments
oh environments can be used for this? how would that look like
currently utilizing them to have staging and production deployments, but how would you send eg. 10% of your traffic to a new version and 90% on the old version / deployment
how would you send eg. 10% of your traffic to a new version and 90% on the old version / deploymentyou cant do that natively with railway, you would need to roll your own solution for that
gotcha gotcha