Deployment Fails for More Than 3 Services
ygtdmn
PROOP

5 months ago

Hello,

I have a monorepo that runs 4 Railway services. Every time I make a change all four starts building but one of them stops building and uses the old version, while the other three continue building. Even after build is finished, it doesn't build the new repo and continue using the old one.

I can understand if it doesn't build all of them at once and queues them but this doesn't work that way. Simply removes the build. How can I fix this issue?

$10 Bounty

3 Replies

Railway
BOT

5 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


5 months ago

Do you have a "watch path" configured for these services? That should control what directories it watches for changes.


samgordon

Do you have a "watch path" configured for these services? That should control what directories it watches for changes.

ygtdmn
PROOP

5 months ago

Yes, I have. However, I use shared variables and shared scripts. Which affects all of the services, thus triggers a deployment.


Loading...