We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm interested in the groups functionality in PRO but it's not clear to me if it will be what I need or not.
At one point it seems groups were defined by a "group key" which sounds exactly like what I need. Something like user-abcd12-project-cbd1545.
user-abcd12-project-cbd1545
But from the current documentation it seems that a group is now represented by an integer id? https://docs.bullmq.io/bullmq-pro/groups
So I would have to somehow translate my "key" into an integer to use this?
The text was updated successfully, but these errors were encountered:
Definitely not needed to be an integer, it can be any string as well.
Sorry, something went wrong.
Thanks, I just got a trial key for pro and it is indeed a string type.
Would encourage reflecting that in the docs.
Between the "id" name, and the all integer examples I was certain it was number only.
No branches or pull requests
I'm interested in the groups functionality in PRO but it's not clear to me if it will be what I need or not.
At one point it seems groups were defined by a "group key" which sounds exactly like what I need. Something like
user-abcd12-project-cbd1545
.But from the current documentation it seems that a group is now represented by an integer id?
https://docs.bullmq.io/bullmq-pro/groups
So I would have to somehow translate my "key" into an integer to use this?
The text was updated successfully, but these errors were encountered: