jamiep
jamiep
RRunPod
Created by jamiep on 7/17/2024 in #⚡|serverless
My serverless endpoint threw an error, the queue of jobs didn't get cleared, credit drained
oops. Error was obvious when I looked. Somehow the insert code changes from copilot chat resulted in lots of code duplication. And there were 2 calls to: runpod.serverless.start({ "handler": handler }) in my script which would explain the repetitive running! Haha.
5 replies
RRunPod
Created by jamiep on 7/17/2024 in #⚡|serverless
My serverless endpoint threw an error, the queue of jobs didn't get cleared, credit drained
Also am not sure how to access logs of the actual process that errored? I can see logs of the latest serverless instances that started up but no error messages there.
5 replies
RRunPod
Created by jamiep on 7/17/2024 in #⚡|serverless
My serverless endpoint threw an error, the queue of jobs didn't get cleared, credit drained
5 replies