R
Runpod9mo ago
digger18

"worker exited with exit code 1" in my serverless workloads

No other information in the logs. Itis a GPU (cuda) enabled container. What is the best way to debug this?
4 Replies
flash-singh
flash-singh9mo ago
click the worker and try to see live logs from the workers tab
digger18
digger18OP9mo ago
I did that, same error with no other information
flash-singh
flash-singh9mo ago
can you share endpoint id in pm
JohnnyAPI
JohnnyAPI9mo ago
For the archives, what helped me was switching from plain print() logging to using the Runpod logger: https://docs.runpod.io/tutorials/sdks/python/101/error#testing-your-serverless-function
Implementing Error Handling and Logging in RunPod Serverless Functi...
Learn how to create robust serverless applications with effective error management and logging using RunPod's Python SDK

Did you find this page helpful?