Faolain
Faolain
RRailway
Created by Faolain on 4/19/2024 in #✋|help
Created a Private Thread for Support
7b1d4989-a0d3-4bb1-98de-a5372becb82d
8 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
Especially considering the error message isn't really helpful
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
Maybe an edge case with how templates are managed?
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
^ , is there any way railway can investigate why this serviceInstance is not deploying whereas the others are deploying just fine?
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
in any case that seems a bit over the top for what seems to be a serviceInstanceRedeploy which we may have to do later programatically in any case
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
hence the railway team undeprecating one of the endpoints to maintain continued support
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
I believe at the time when I was looking at this it was not feasible due to a lack of support of certain features that we needed
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
The Github Action logs
Environment variables updated for all services.
Waiting 15 seconds for deployment to initialize and become available
Deployment is still in progress. Status: BUILDING . Waiting 20 seconds and trying again...
Deployment is still in progress. Status: DEPLOYING . Waiting 20 seconds and trying again...
Deployment is still in progress. Status: DEPLOYING . Waiting 20 seconds and trying again...
Updating Deploying Trigger to new Branch Name
Updating Deploying Trigger to new Branch Name
Updating Deploying Trigger to new Branch Name
All deployment triggers updated successfully.
Redeploying Service...
Environment ID: 3ec1dd8f-4c44-415b-988b-955288e47bec
Service ID: e3273da5-c840-4faf-8a15-8bb12c0e43d5
Redeploying Service...
Environment ID: 3ec1dd8f-4c44-415b-988b-955288e47bec
Service ID: e63f96dd-c01f-45a5-ba40-a9f024aaa3bb
Redeploying Service...
Environment ID: 3ec1dd8f-4c44-415b-988b-955288e47bec
Service ID: 4fd3601c-fd90-4195-997d-051be3ff145f
Error: Action failed with error: Error: Problem processing request: {"response":{"errors":[{"message":"Problem processing request"}],"data":null,"status":200,"headers":{}},"request":{"query":"\n mutation serviceInstanceRedeploy($environmentId: String!, $serviceId: String!) {\n serviceInstanceRedeploy(environmentId: $environmentId, serviceId: $serviceId)\n }\n ","variables":{"environmentId":"3ec1dd8f-4c44-415b-988b-955288e47bec","serviceId":"e63f96dd-c01f-45a5-ba40-a9f024aaa3bb"}}}
Environment variables updated for all services.
Waiting 15 seconds for deployment to initialize and become available
Deployment is still in progress. Status: BUILDING . Waiting 20 seconds and trying again...
Deployment is still in progress. Status: DEPLOYING . Waiting 20 seconds and trying again...
Deployment is still in progress. Status: DEPLOYING . Waiting 20 seconds and trying again...
Updating Deploying Trigger to new Branch Name
Updating Deploying Trigger to new Branch Name
Updating Deploying Trigger to new Branch Name
All deployment triggers updated successfully.
Redeploying Service...
Environment ID: 3ec1dd8f-4c44-415b-988b-955288e47bec
Service ID: e3273da5-c840-4faf-8a15-8bb12c0e43d5
Redeploying Service...
Environment ID: 3ec1dd8f-4c44-415b-988b-955288e47bec
Service ID: e63f96dd-c01f-45a5-ba40-a9f024aaa3bb
Redeploying Service...
Environment ID: 3ec1dd8f-4c44-415b-988b-955288e47bec
Service ID: 4fd3601c-fd90-4195-997d-051be3ff145f
Error: Action failed with error: Error: Problem processing request: {"response":{"errors":[{"message":"Problem processing request"}],"data":null,"status":200,"headers":{}},"request":{"query":"\n mutation serviceInstanceRedeploy($environmentId: String!, $serviceId: String!) {\n serviceInstanceRedeploy(environmentId: $environmentId, serviceId: $serviceId)\n }\n ","variables":{"environmentId":"3ec1dd8f-4c44-415b-988b-955288e47bec","serviceId":"e63f96dd-c01f-45a5-ba40-a9f024aaa3bb"}}}
The state of the other services are the same as the one that's failing
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
Active
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
no issue/same as rest
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
Running/Active without error
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
(it's programmatic so no change in the syntax just a loop which passes the different serviceIds through, the one based on the template is the one that's failing)
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
the other 2 services are redeploying just fine, it's just this service which is the problematic one
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
{
"environmentId": "3ec1dd8f-4c44-415b-988b-955288e47bec",
"serviceId": "e63f96dd-c01f-45a5-ba40-a9f024aaa3bb"
}
{
"environmentId": "3ec1dd8f-4c44-415b-988b-955288e47bec",
"serviceId": "e63f96dd-c01f-45a5-ba40-a9f024aaa3bb"
}
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
mutation serviceInstanceRedeploy($environmentId: String!, $serviceId: String!) {
serviceInstanceRedeploy(environmentId: $environmentId, serviceId: $serviceId)
}
mutation serviceInstanceRedeploy($environmentId: String!, $serviceId: String!) {
serviceInstanceRedeploy(environmentId: $environmentId, serviceId: $serviceId)
}
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
yep!
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
Unsure why I wouldn't be able to redeploy the service like any other. There doesn't seem to be much information either about the error other than
{
"errors": [
{
"message": "Problem processing request"
}
],
"data": null
}
{
"errors": [
{
"message": "Problem processing request"
}
],
"data": null
}
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
Something to note is that this particular service which is encountering an issue is based on a template but I'm not sure if that is the reason for the failure
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
No description
28 replies
RRailway
Created by Faolain on 4/19/2024 in #✋|help
ServiceInstanceRedeploys Failing via GraphQL Endpoint
No description
28 replies