Skip to content

Add group-based concurrency limits to job processing#33

Merged
nicnocquee merged 1 commit into
mainfrom
group-concurrency
Feb 24, 2026
Merged

Add group-based concurrency limits to job processing#33
nicnocquee merged 1 commit into
mainfrom
group-concurrency

Conversation

@nicnocquee
Copy link
Copy Markdown
Owner

  • Introduced group metadata in job options to allow for global concurrency limits based on group identifiers.
  • Added groupConcurrency option in processor settings to cap the number of concurrent jobs per group across all workers.
  • Updated documentation to include examples of how to use group and groupConcurrency for multi-tenant fairness and resource management.
  • Enhanced tests to verify the correct enforcement of group-based concurrency limits, ensuring ungrouped jobs remain unaffected.

These changes improve the flexibility and control over job processing, enabling better resource allocation in multi-tenant environments.

- Introduced `group` metadata in job options to allow for global concurrency limits based on group identifiers.
- Added `groupConcurrency` option in processor settings to cap the number of concurrent jobs per group across all workers.
- Updated documentation to include examples of how to use `group` and `groupConcurrency` for multi-tenant fairness and resource management.
- Enhanced tests to verify the correct enforcement of group-based concurrency limits, ensuring ungrouped jobs remain unaffected.

These changes improve the flexibility and control over job processing, enabling better resource allocation in multi-tenant environments.
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 24, 2026

Deploy Preview for docsdataqueuedev ready!

Name Link
🔨 Latest commit c85cea0
🔍 Latest deploy log https://app.netlify.com/projects/docsdataqueuedev/deploys/699d825c74af28000812dc8c
😎 Deploy Preview https://deploy-preview-33--docsdataqueuedev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 24, 2026

Deploy Preview for dataqueue-demo ready!

Name Link
🔨 Latest commit c85cea0
🔍 Latest deploy log https://app.netlify.com/projects/dataqueue-demo/deploys/699d825c18d02000085a0da2
😎 Deploy Preview https://deploy-preview-33--dataqueue-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nicnocquee nicnocquee merged commit 70274b4 into main Feb 24, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant