Eren
RRunPod
•Created by EMPZ on 12/16/2024 in #⚡|serverless
GitHub integration: "exporting to oci image format" takes forever.
I'm following this thread since December and would be absolutely happy to have faster image builds
As Arkadiy said in my case too there is only change on last uncached part on code level, however I still got >1 hr (sometimes 2-3 or even 4 hours) of "exporting to oci image format. This takes a little bit of time. Please be patient."
It also randomly fails due to network errors after a while on build
17 replies
RRunPod
•Created by jackson hole on 1/13/2025 in #⚡|serverless
I want to increase/decrease workers by code, can you help?
🚀
PS: To set Active Worker you need to set the workersMin variable in json
8 replies
RRunPod
•Created by jackson hole on 1/13/2025 in #⚡|serverless
I want to increase/decrease workers by code, can you help?
it's actually possible by Graph QL API, you can find a sample Endpoint mutation call below
GraphQL API Docs:
https://graphql-spec.runpod.io/
Without API Docs:
you can go to your dashboard and open the Developer Tools by F12
go to Network tab
then make an update on your endpoint and find the mutation API call
then you can just copy that as CURL and work on it on postman
remember to remove all Headers and add api_key query param
8 replies