Hi @Sicong Liu ,
Thanks for reaching out to Microsoft Q&A.
Solution:
It started working after trying in new machine.
Analysis:
The rate limiting you’re seeing is expected behaviour and it is intentionally designed to prevent a single user or process from overwhelming the backend with too many or too expensive requests in a short period of time.
To understand what’s causing the spike, please check the Usage page. It provides a breakdown of how the load is being generated. In particular, you should look for:
- Commands with high TSTU values, which indicate operations that consume a large amount of backend resources.
- A large number of commands executed within a short time window, where the combined TSTU total becomes high.
It appears that there are continuous heavy clone and fetch operations being run on the DsMainDev repository. This could be due to an automation or script repeatedly performing these actions.
If there is an automation or process running on your side, we recommend reviewing and stopping or adjusting it to prevent the repeated operations.
Hope this helps!
If the resolution was helpful, kindly take a moment to click on and click on Yes for was this answer helpful. And, if you have any further query do let us know.