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: improve queue getters to use generic job type #2905

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

manast
Copy link
Contributor

@manast manast commented Nov 14, 2024

This PR addresses an issue we have in BullMQ Pro, where the queue getters do not return jobs of type JobPro. The solution is to use a generic for the Job type, and define that type when subclassing QueueGetters.

@manast manast merged commit c9531ec into master Nov 14, 2024
12 checks passed
@manast manast deleted the feat/improve-queue-getters-generics-for-extension branch November 14, 2024 10:38
github-actions bot pushed a commit that referenced this pull request Nov 14, 2024
# [5.26.0](v5.25.6...v5.26.0) (2024-11-14)

### Features

* improve queue getters to use generic job type ([#2905](#2905)) ([c9531ec](c9531ec))
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