KAL
KAL
RRunPod
Created by KAL on 7/25/2024 in #⚡|serverless
Slow docker image download from GCP
i just tried to call saveTemplate to trigger a new release, but it keep returning INTERNAL_SERVER_ERROR . Can you help me check what is the problem? thanks Also it will be nice to just requiring id and things I want to change only for saveTemplate , currently i need to refill env and else which is not going to change for a new releaes 🤔
mutation {
saveTemplate(input: {
id: "123123",
containerDiskInGb: 50,
dockerArgs: "",
env: [
{
key: "key1",
value: "value1"
},
{
key: "key2",
value: "value2"
}
],
imageName: "image",
name: "template",
volumeInGb: 0,
}) {
id
containerDiskInGb
dockerArgs
env {
key
value
}
imageName
name
}
}
mutation {
saveTemplate(input: {
id: "123123",
containerDiskInGb: 50,
dockerArgs: "",
env: [
{
key: "key1",
value: "value1"
},
{
key: "key2",
value: "value2"
}
],
imageName: "image",
name: "template",
volumeInGb: 0,
}) {
id
containerDiskInGb
dockerArgs
env {
key
value
}
imageName
name
}
}
id, imagename and name are changed in discord
{
"errors": [
{
"message": "Something went wrong. Please try again later or contact support.",
"path": [
"saveTemplate"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
],
"data": {
"saveTemplate": null
}
}
{
"errors": [
{
"message": "Something went wrong. Please try again later or contact support.",
"path": [
"saveTemplate"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
],
"data": {
"saveTemplate": null
}
}
11 replies
RRunPod
Created by KAL on 7/25/2024 in #⚡|serverless
Slow docker image download from GCP
11 replies
RRunPod
Created by KAL on 7/25/2024 in #⚡|serverless
Slow docker image download from GCP
btw is there any way to tigger a new release with API
11 replies
RRunPod
Created by KAL on 7/25/2024 in #⚡|serverless
Slow docker image download from GCP
fyi @Madiator2011 (Work) 19 layers
11 replies
RRunPod
Created by KAL on 7/25/2024 in #⚡|serverless
Slow docker image download from GCP
i resolved by moving to US region and removing poetry cache, which slim by docker image from 11 to 5
11 replies