I shouldn't be paying for this
It says it's running, but in reality it's still initializing, even system logs are empty. I should not be charged for such dead containers!
5 Replies
4 minutes of nothingness. Money wasted.
is your worker image or handler.py work locally?
How are you loading your model?
It doesn't say that its still initializing which means downloading container, or booting up the container, so its running your code (from the dockerfile's entrypoint) i guess, your code doesn't have the serverless.start() call until that 4 mins of nothingness
or maybe you built into wrong docker architecture perhaps
It works normally most of the time. But sometimes the same template produces this behaviour.