Hi, we’re using the Railway integration, and recently every time we do a sync, it spams Railway with 100+ new deployments, which has increased our usage bill. Can someone look into this? We’ve had to disable Doppler for the present.
@sepirak-nick Hi there! Could you open a support ticket at https://support.doppler.com? We can investigate there after getting more details about your account!
Just wanted to post something explaining what happened here. Railway changed some behavior on their platform around what happens when variables got updated. Previously, you had to manually deploy after updating a variable. After their change, updating a variable via API automatically deployed. After confirming this with them, we adjusted our sync to use a bulk update endpoint. Railway also added an additional skipDeploys option to their variable upsert API operations that allowed us to disable this behavior for our users who had opted out of automatic redeploys. We just pushed out the fix on our end for this today, so all should be well now!