Alex V. Povar
Alex V. Povar
> That's fine because the service will restart building every time an env var is set. Are you having any issues with it not starting? If only this would work...
> To confirm, are you saying that changing the env vars using Terraform is not restarting the services? Or did you do the experiments using UI? - I did experiments...
JFYI: I also checked if changing [restartPolicyType](https://github.com/wertlex/terraform-railway-repro/blob/main/railway.json#L10) in `railway.json` from `ON_FAILURE` to `ALWAYS` will affect this behavior. No, it is not.
Do you have any connections with them besides their public Discord channel? If no, I could give it a try in `api` channel
So, just got a [response](https://discord.com/channels/713503345364697088/1217819877436297347/1217820498386485290) in Discord: > You should be making a separate call to redeploy the service. So, it turns out it has to be handled on TF...
I wondering how it will work in a situation when 50+ env variables are introduced one by one. But it is rather easy to try. > I wonder if terraform...
@pksunkara still have this on my todo list, but unfortunately I drown in other ongoing tasks. Though I still have an intension to take a look on that
It looks like the most reasonable solution. Initially I was thinking about an option of embedding environment variables in service declaration, which at glance makes sense. However, it rises two...
Hey guys! I'm pretty close to start implementing this, but unfortunately my schedule constantly slips. Also, I was able to communicate with Railway team, that it would be nice to...
My current considerations are the following (though I didn't tried it in practice, though I have some relevant experience): - keep `railway_variable` as is at least for now - introduce...