Will there be a charge for delay time?
What is the charging model in runpod's serverless?
Do I only need to pay for execution time + idel timeout, or do I need to pay for delay time + execution time + idel timeout?
1 Reply
Cold start time + execution time + idle timeout
some part of delay time could be the cold start time
delay starts since the job is in queue
then when the worker is starting, which can have cold start time is also inside delay time
then it starts the execution time when serverless.start() is called