raz5020
raz5020
RRunPod
Created by raz5020 on 10/27/2024 in #⚡|serverless
Serverless tasks get stopped without a reason
Hey everyone! Im running a serverless function which starts a docker that runs a python program, and for some reason sometimes, while the python software is running, the container gets stopped: 2024-10-27T19:50:00Z start container for xxxxx begin 2024-10-27T19:50:39Z stop container 5f797326f14b2a255f5363623485299b4f911fbba8b8b60e3daf44908c43980f 2024-10-27T19:50:39Z remove container Im trying to figure out what might be a reason for the container to get stopped, this is for sure not an issue with the actual software, since when running the docker locally everything works + there aren't any logs or stopping of the python software itself
4 replies
RRunPod
Created by raz5020 on 7/19/2024 in #⚡|serverless
connecting a telegram bot to a serverless pod
Hey guys, would love ur assist on the following issue, i have a serverless function and i have an api endpoint from runpod, to which i can access using curl when providing an autorization in the http header, the problem is when using /setWebhook when creating a telegram bot i need to provide an endpoint and i can't pass on parameters in the http request, how should i approach this? i'd like to be able to send a message to a telegram bot that will trigger my serverless function that uses gpu
49 replies