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
Describe the bug Options in the jobs query does not work. It won't react on it.
jobs
To Reproduce Steps to reproduce the behavior:
jobs(options: { filter: { queueName: { eq: "NOT_EVEN_CLOSE" } } }) { items { id progress queueName } totalItems }
Expected behavior Expected no jobs to appear, as the queueName is something that is not in the Job.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Thanks for the report. Are you using the DefaultJobQueuePlugin?
Sorry, something went wrong.
Forgot to mention that. But i am using BullMQ(Redis)
I confirm I have this issue in the last major commit.
Related:
c148a92
michaelbromley
No branches or pull requests
Describe the bug
Options in the
jobs
query does not work. It won't react on it.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected no jobs to appear, as the queueName is something that is not in the Job.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: