feat(backend): add configurable concurrency for permission sync jobs#840
feat(backend): add configurable concurrency for permission sync jobs#840brendan-kellam merged 2 commits intomainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
WalkthroughAdds two new configuration settings for controlling concurrency in permission sync jobs: Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
Summary
maxAccountPermissionSyncJobConcurrencyandmaxRepoPermissionSyncJobConcurrencysettings to the config schemaaccountPermissionSyncerandrepoPermissionSyncerto use these settings instead of hardcoded concurrency of 1Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes
maxAccountPermissionSyncJobConcurrencyandmaxRepoPermissionSyncJobConcurrency) to control the number of concurrent permission synchronization jobs. Both default to 8, allowing users to optimize performance based on their infrastructure needs.