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
main
ray/add-concurrency-queue-and-parallelize-tasks
a414d85
8 files changed (+193 additions, -156 deletions)
📝 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)
README.md
package.json
src/content/docs/architecture.md
src/lib/gitea.ts
src/pages/api/job/mirror-repo.ts
src/pages/api/job/retry-repo.ts
src/pages/api/job/schedule-sync-repo.ts
src/pages/api/job/sync-repo.ts
p-queue
bun test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.