议题和史诗创建的速率限制

Rate limits control the pace at which new epics and issues can be created. For example, if you set the limit to 300, the Projects::IssuesController#create action blocks requests that exceed a rate of 300 per minute. Access to the endpoint is available after one minute.

速率限制是为了控制新史诗和议题的创建速度。例如,如果您将限制设置为 300,则使用 Projects::IssuesController#create 超过每分钟 300 次的操作被阻止。一分钟后允许访问端点。

设置速率限制

如要为议题和史诗创建端点设置速率限制:

  1. 在左侧导航栏底部,选择 管理中心
  2. 选择 设置 > 网络
  3. 展开 议题速率限制
  4. 每分钟最大请求数 下,输入要更改的值。
  5. 选择 保存修改

Rate limits on issues creation

使用史诗时,史诗创建将与议题共享此速率限制。针对此限制:

  • 每个项目和每个用户独立应用。
  • 不能按每个 IP 地址应用。
  • 默认禁用。要启用它,请将选项设置为 0 以外的任何值。

超过速率限制的请求会被记录到 auth.log 文件中。