Files
nexus/wiki/concepts/Rate-Limiting.md

34 lines
920 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Rate Limiting"
type: concept
tags:
- CI/CD
- DevOps
- GitOps
last_updated: 2026-05-11
---
# Rate Limiting
## Definition
速率限制,为防止自动化工具(如 Renovate Bot瞬间产生过多 Pull Request 导致 CI/CD 系统(如 Jenkins崩溃Renovate 允许限制每小时或同时开启的 PR 数量。
## Core Functions
- 限制每小时创建的 PR 数量
- 限制同时打开的 PR 数量上限
- 防止 GitHub API 触发速率限制429 Too Many Requests
- 避免给 CI/CD 系统带来突发负载
## Related Concepts
- [[Renovate-Bot]] — Rate Limiting 是 Renovate Bot 的重要配置选项
- [[Dependency-Management]] — Rate Limiting 支撑依赖管理的稳定运行
- [[CI-CD]] — CI/CD 流水线是 Rate Limiting 的保护对象
## Related Sources
- [[ctp-topic-15-working-with-renovatebot]]
## Aliases
- API Rate Limiting
- Request Throttling
- PR Rate Limit