Set variable timeout

gritsp
FREEOP

3 months ago

Hi team, I got timeout when I try to set variable via cli

railway variables --set APP_VERSION=v0.0.3 --service ...
Failed to fetch: error sending request for url (https://backboard.railway.com/graphql/v2)

Caused by:
    0: error sending request for url (https://backboard.railway.com/graphql/v2)
    1: operation timed out

Please help me.

1 Replies

gritsp
FREEOP

3 months ago

The project id is b308ed70-cd98-43e4-a8c2-53e9c3e6ea0a


clashing
HOBBY

3 months ago

Is the issue still there?


3 months ago

Hello,

Can you try using that command with the --skip-deploys flag, that way the command doesn't have to wait for a redeployment.


knyambe
FREE

4 days ago

I'm also having this exact issue even after adding --skip-deploys. The variables are successfully set, but my CI/CD pipeline fails with this timeout issue. Any help please.


Loading...