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
1 Reply
maybe the job finishes?
did you return, and still have another subprocess running?
if this still happens try to give the endpoint id here