"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
click the worker and try to see live logs from the workers tab
I did that, same error with no other information
can you share endpoint id in pm
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