I don't know my serverless balance goes down

Hi, I recently made some changes to my platform. It analyzes videos using 3 different computer vision models. I have a serverless endpoint for each. I think that somewhere I am making some requests that I should not be making, or that some endpoints are active when they should not. For example, this happened from 14:20CET to 15:15CET today. I had $85.443 and when I came back I had $83.934. I was doing other tests on my app during this time, but I wasn't calling any endpoint here. I've lost quite a bit of money because of this now. Could someone help me find or debug this? I am not able to replicate this balance drop.
10 Replies
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
galakurpismo3
galakurpismo3OP11mo ago
This is the endpoint that has abnormally high usage costs in the last 2 days is: t94jq90tvw8v0u (image A) These are its usage metrics, they seem normal (Image B) These are the logs during the time where I got abnormally high costs, nothing shows (image C) I noticed that a worker kept running for a long time after a test run that I recently did. It showed an error message somewhere, related to some daemon thing. Maybe that's what makes these costs high, but I don't know since nothing else appears on these logs and I didn't get the error again. What can I do? I enabled execution timeout but I don't know if it will solve it: Here are the endpoint settings (Image D)
image A
image B
image C
image D
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Poddy
Poddy11mo ago
@galakurpismo3
Escalated To Zendesk
The thread has been escalated to Zendesk!
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
galakurpismo3
galakurpismo3OP11mo ago
Hi, I opened the issue on zendesk too and I think that we solved it. But I have another question. I want to process a video using an AI model. In order to make this quicker, I separate the video in different clips and send each clip to a worker to process the clips in parallel So, for example, if I separate the video in 10 clips and send them to 10 workers, is it more expensive than sending it to 5 workers?
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
chee
chee11mo ago
@galakurpismo3 how did u end up fixing the issue I’m getting essentially the same thing
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
galakurpismo3
galakurpismo3OP11mo ago
I recommend using a Zendesk ticket yeah it's really helpful I lowered the maximum execution time to that endpoint so if a worker gets an error and stays running for too long, this shuts it down

Did you find this page helpful?