a month 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?
3 Replies
a month 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!
a month 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.
a month ago
Yes, I have. However, I use shared variables and shared scripts. Which affects all of the services, thus triggers a deployment.