Captain Barbossa
Captain Barbossa
RRunPod
Created by Captain Barbossa on 5/28/2024 in #⚡|serverless
Send Binary Image with Runpods Serverless
Thank you
3 replies
RRunPod
Created by Captain Barbossa on 4/3/2024 in #⚡|serverless
2 active workers on serverless endpoint keep rebooting
Thanks for the answer Yes I have a handler.py file with :
runpod.serverless.start({
"handler" : do_something,
"return_aggregate_stream" : True,
})
runpod.serverless.start({
"handler" : do_something,
"return_aggregate_stream" : True,
})
And in my dockerfile, I got this command:
CMD ["python", "-u", "handler.py"]
CMD ["python", "-u", "handler.py"]
Everyhitng works fines normally but now every X hours, the active worker reboots for no reason at all
10 replies
RRunPod
Created by Captain Barbossa on 4/3/2024 in #⚡|serverless
2 active workers on serverless endpoint keep rebooting
Our Docker image already has a command to start with, should I add one anyway in our Runpods templates?
10 replies