mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 23:35:52 +03:00
[PR #14] [CLOSED] Add concurrency queue for repository tasks #103
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/14
Author: @arunavo4
Created: 5/22/2025
Status: ❌ Closed
Base:
main← Head:ray/add-concurrency-queue-and-parallelize-tasks📝 Commits (1)
a414d85feat: add concurrency queue for mirroring📊 Changes
8 files changed (+193 additions, -156 deletions)
View changed files
📝
README.md(+1 -0)📝
package.json(+1 -0)📝
src/content/docs/architecture.md(+1 -0)📝
src/lib/gitea.ts(+26 -15)📝
src/pages/api/job/mirror-repo.ts(+45 -40)📝
src/pages/api/job/retry-repo.ts(+65 -57)📝
src/pages/api/job/schedule-sync-repo.ts(+32 -27)📝
src/pages/api/job/sync-repo.ts(+22 -17)📄 Description
Summary
p-queueto limit parallel repo processingp-queuedependencyTesting
bun test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.