English 中文(简体)
是否有办法提高DevOps的费率限额?
原标题:Is there a way to increase Rate limits on Azure DevOps?

我们是以GiteBlit为前提的“Jenkins”为前提的。 罚款。 上周,我们从GiteBlit迁移到DevOps。

我们的Jenkins Jobs现在与PAT公司(不是建筑服务账户)一起经营,因为有人可以按照Jenkins的前提使用。 因此,Doutreps是一个固定用户。 我们没有找到其他办法来解决这个问题。 使用雇员就业岗位实际上不是一个好的选择。

Problem now is that we are constantly hitting the Rate Limites with following error:

Request was blocked due to exceeding usage of resource ATCPU in namespace VSID . For more information on why your request was blocked, see the topic "Rate limits" on the Microsoft Web site (https://go.microsoft.com/fwlink/?LinkId=823950).

“entergraph

随后,Jenkins工作失败。

这是我们移民到Dev Ops的游戏站,因为似乎没有办法调整特定用户的费率限额。

你有建议吗? 是否有办法增加这些限制?

在屏幕上,数字和投影机的确切含义是什么? 我们有这样的想法,即它不问有多少 by子被转移,而是说是Gite 行动的数量。

我们的Jenkins Jobs主要用当地镜子进行Gite Repositories。

问题回答

这也是我们AZDO移徙项目的一个主要组成部分!

I don t know how and what is the implementation na architecture of your migration , but what we actually did is to optimize the code, the code will timeout itself every 20 api calls, and also we were managing something like 4 PATs (users) for the migration, the code was replacing the PAT every 100 calls or something like this.

也可以尝试与微软公司联系,并制作机票。 他们帮助我们打开了大门。

http://learn.microsoft.com/en-us/azure/devops/integrate/concepts/rate-limits?view=azure-devops”rel=“nofollow noreferer”

TSTUs eventually incorporate a blend of the following:

  • Azure SQL Database DTUs as a measure of database consumption
  • Application tier and job agent CPU, memory, and I/O as a measure of compute consumption
  • Azure Storage bandwidth as a measure of storage consumption.

For now, TSTUs are primarily focused on Azure SQL Database DTUs, since Azure SQL Databases are the shared resources most commonly overwhelmed by excessive consumption.

A single TSTU is the average load we expect a single normal user of Azure DevOps to generate per five minutes. Normal users also generate spikes in load. These spikes are typically 10 or fewer TSTUs per five minutes. Less frequently, spikes go as high as 100 TSTUs. The global consumption limit is 200 TSTUs within a sliding five-minute window.

我个人不熟悉GiteBlit,如果你管理一些问题(工作项目)和测试,你需要有好、有重点的问询,以优化数据转让。

正式管理可以给予例外,但现在它们只要求你购买基本+测试计划,可在贵组织环境中找到。 如果你仍然超过限额,他们将建议你优化你的法典。





相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签