[PR #420] [MERGED] 池化申请证书请求 #947

Closed
opened 2026-03-03 01:06:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/420
Author: @usual2970
Created: 1/16/2025
Status: Merged
Merged: 1/17/2025
Merged by: @usual2970

Base: nextHead: feat/async_apply


📝 Commits (2)

  • 2dd8fb2 pool certificate issuance requests
  • 4fe68d3 limit request rate

📊 Changes

3 files changed (+74 additions, -1 deletions)

View changed files

📝 internal/applicant/acme-user.go (+14 -1)
📝 internal/applicant/applicant.go (+16 -0)
internal/applicant/applicant_test.go (+44 -0)

📄 Description

  • 证书颁发请求使用令牌桶的模式,避免过多请求触发ratelimit
  • 申请账号使用使用单飞模式,避免同个邮箱申请多个账号触发ratelimit

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/420 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 1/16/2025 **Status:** ✅ Merged **Merged:** 1/17/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `next` ← **Head:** `feat/async_apply` --- ### 📝 Commits (2) - [`2dd8fb2`](https://github.com/certimate-go/certimate/commit/2dd8fb2ee26252ae0112ed5d8f79ffff6dd5476b) pool certificate issuance requests - [`4fe68d3`](https://github.com/certimate-go/certimate/commit/4fe68d3b9f17fe3e86b17182483ab9cd98d2a94e) limit request rate ### 📊 Changes **3 files changed** (+74 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/applicant/acme-user.go` (+14 -1) 📝 `internal/applicant/applicant.go` (+16 -0) ➕ `internal/applicant/applicant_test.go` (+44 -0) </details> ### 📄 Description * 证书颁发请求使用令牌桶的模式,避免过多请求触发ratelimit * 申请账号使用使用单飞模式,避免同个邮箱申请多个账号触发ratelimit --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#947
No description provided.