Captain Barbossa
Captain Barbossa
RRunPod
Created by Captain Barbossa on 6/10/2024 in #⚡|serverless
Does it only accept python language?
I have some text processing in NodeJs that I would like to upload to server ess to see if it runs faster
6 replies
RRunPod
Created by Captain Barbossa on 5/28/2024 in #⚡|serverless
Send Binary Image with Runpods Serverless
Is it possible to send binary images on Runpods Serverless? From what I can see, you can only send application/json type, so I'm forced to convert my images to Base64, which isn't optimal. Is there a way to send the binary image directly?
3 replies
RRunPod
Created by Captain Barbossa on 4/3/2024 in #⚡|serverless
2 active workers on serverless endpoint keep rebooting
We have 2 active workers on a serverless endpoint, sometimes the workers reboot at the same time for some reason, which causes major problems in our system.
2024-04-03T14:37:16Z create pod network 2024-04-03T14:37:16Z create container endpoint-image:1.2 2024-04-03T14:37:17Z start container 2024-04-03T15:27:23Z stop container 2024-04-03T15:27:24Z remove container 2024-04-03T15:27:24Z remove network 2024-04-03T15:27:30Z create pod network 2024-04-03T15:27:30Z create container endpoint-image:1.2 2024-04-03T15:27:30Z start container 2024-04-03T17:34:51Z stop container 2024-04-03T17:34:51Z remove container 2024-04-03T17:34:51Z remove network
Has anyone ever had this problem? How to fix it?
Runpods version : 1.3.0 Docker Image : Python 3.11-slim Our image version : 1.2
10 replies