mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-22 07:31:36 -05:00
[PR #14] [CLOSED] Add concurrency queue for repository tasks #255
Reference in New Issue
Block a user
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.