1AndOnlyPika
RRunPod
•Created by 1AndOnlyPika on 10/8/2024 in #⚡|serverless
New release on frontend changes ALL endpoints
When I publish a new release to one endpoint through the runpod website, I noticed that it will push the release to all other endpoints as well. This has messed up a few of my workflows.
3 replies
RRunPod
•Created by 1AndOnlyPika on 10/6/2024 in #⚡|serverless
Reporting/blacklisting poorly performing workers
I've noticed that every now and then a bad worker is spawned for my endpoint which takes forever to complete the job when compared to other workers running the same job. Typically my job would take ~40s but there are occassionally workers that have the same gpu but take 70s instead. I want to blacklist these pods from running my endpoint so performance isnt impacted
24 replies
RRunPod
•Created by 1AndOnlyPika on 9/12/2024 in #⚡|serverless
One request = one worker
How can I configure my endpoint so that one request is equal to one worker, and one worker does not complete more than one request within a certain timeframe?
My workload is bursty and requires all of the workers to be available at once. However, my endpoint does not give that and takes a long time to start all the workers I need. In addition, workers are sometimes reused instead of creating a new instance which I do not want.
71 replies
RRunPod
•Created by 1AndOnlyPika on 8/18/2024 in #⚡|serverless
Run task on worker creation
Is it possible to make a serverless worker run a custom script on the first startup before its considered "ready"?
49 replies