Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(queue): Allow for tenant-aware jobs #39

Merged
merged 8 commits into from
Sep 27, 2024

Conversation

ollieread
Copy link
Member

@ollieread ollieread commented Sep 27, 2024

Add support for tenant-aware jobs. Only tenancies that have the tenant-aware.jobs option will have jobs created during their tenancy automatically tenanted.

@ollieread ollieread added the type: feat New feature label Sep 27, 2024
@ollieread ollieread self-assigned this Sep 27, 2024
@ollieread ollieread linked an issue Sep 27, 2024 that may be closed by this pull request
@ollieread ollieread modified the milestone: V1 Release Sep 27, 2024
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.71%. Comparing base (41f66d7) to head (d2087f5).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #39      +/-   ##
============================================
+ Coverage     89.41%   90.71%   +1.29%     
- Complexity      272      274       +2     
============================================
  Files            41       42       +1     
  Lines           737      743       +6     
============================================
+ Hits            659      674      +15     
+ Misses           78       69       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ollieread ollieread changed the title feat: Allow for tenant-aware jobs feat(queue): Allow for tenant-aware jobs Sep 27, 2024
@ollieread ollieread merged commit 2248d3c into main Sep 27, 2024
4 checks passed
@ollieread ollieread deleted the feat/tenant-aware-queue-jobs branch September 27, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feat New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tenant Aware Queue Jobs
1 participant