#My serverless endpoint threw an error, the queue of jobs didn't get cleared, credit drained
4 messages · Page 1 of 1 (latest)
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.
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.