dantetwc | OCC
dantetwc | OCC
RRunPod
Created by dantetwc | OCC on 2/19/2025 in #⚡|serverless
us-tx3 region cannot spin up new worker
My endpoint is deployed at us-tx3 region. When I submit new request to the endpoint, it spin up new worker in the console. However, there is no log on the console and no response from ssh. Any thought?
4 replies
RRunPod
Created by dantetwc | OCC on 2/7/2025 in #⚡|serverless
GraphQL Issue
Hi, I am trying to retireve worker state of my endpoint
query Endpoints {
myself {
endpoints {
id
name
templateId
workersMax
workersMin
workersStandby
workerState(input: {granularity: LIVE}) {
time
ready
running
throttled
}
}
}
}
query Endpoints {
myself {
endpoints {
id
name
templateId
workersMax
workersMin
workersStandby
workerState(input: {granularity: LIVE}) {
time
ready
running
throttled
}
}
}
}
However, Runpod API responded
{
"errors": [
{
"message": "Something went wrong. Please try again later or contact support.",
"locations": [
{
"line": 12,
"column": 9
}
],
"extensions": {
"code": "GRAPHQL_VALIDATION_FAILED"
}
}
]
}
{
"errors": [
{
"message": "Something went wrong. Please try again later or contact support.",
"locations": [
{
"line": 12,
"column": 9
}
],
"extensions": {
"code": "GRAPHQL_VALIDATION_FAILED"
}
}
]
}
It seems it can only return running and throttled fields
4 replies