fix: update site/function execution duration to not count while waiting#2886
fix: update site/function execution duration to not count while waiting#2886stnguyen90 wants to merge 1 commit intomainfrom
Conversation
We don't charge people for executions in waiting so having that timer would just make people worry. The final duration does not include the waiting time so if it's waiting for 5s and then execution takes 20ms, the user will see the duration go from 5s to 20ms which is confusing.
Console (appwrite/console)Project ID: Tip HTTPS and SSL certificates are handled automatically for all your Sites |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |

What does this PR do?
We don't charge people for executions in waiting so having that timer would just make people worry.
The final duration does not include the waiting time so if it's waiting for 5s and then execution takes 20ms, the user will see the duration go from 5s to 20ms which is confusing.
Test Plan
Manual
Related PRs and Issues
None
Have you read the Contributing Guidelines on issues?
Yes