1s delay between execution done and Finished message

I get almost one second of delay between a console message at the end of my handler and the "Finished" message. I am wondering why, and how to reduce this.
No description
7 Replies
Jason
Jason3mo ago
maybe its just from the runpod's logging system, but if you want you can also ask in ticket about this
Quantum Surt
Quantum SurtOP3mo ago
But I pay for it, and my execution time is showing an average way above what I measure. When I measure execution time in my script I get less than 1s, the execution time returned by runpos is higher than 2s
Jason
Jason3mo ago
how does your code looks like? how do you measure that?
Quantum Surt
Quantum SurtOP3mo ago
Using time.time() when starting and before returning
Jason
Jason3mo ago
hmm more than one second difference? im not sure why is that, but normally i think it shouldn't be like that
yasyf
yasyf3mo ago
We've noticed this as well!
Jason
Jason3mo ago
try to open a ticket to get help from support to see whats wrong

Did you find this page helpful?