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

Improve queue discovery #245

Closed
wants to merge 1 commit into from
Closed

Conversation

Dudesons
Copy link

This PR is related to this issue: #130

In our environment we are using the integration nestjs bull and in our redis we don't have bull:*:meta keys, so the idea is to be able to discover queues without the need to have these keys.
Maybe I 'm missing something about the meta keys, I'm beginner with bull system.

@ejhayes
Copy link
Owner

ejhayes commented May 8, 2023

Hey @Dudesons, this is being addressed in #219. I wrote this initially against bullmq which stores queue information differently than the older bull implementation. While your approach would technically find the queues you want added it would wind up setting them up as bullmq queues which may have some unexpected behavior. I'm going to close this PR in favor of #219 which I'm hoping to get done this week.

@ejhayes ejhayes closed this May 8, 2023
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.

None yet

2 participants