#2135·bullmq

[Feature request] search a specific job

Author: felixmoshCreated Aug 13, 2023Updated Sep 18, 2026

Is your feature request related to a problem? Please describe. It will be great if queue can search a job with specific name, id, data etc...

Describe the solution you'd like

javascript
   const jobs = await queue.search({jobData: 'contains some data'});

Describe alternatives you've considered Searching jobs on the redis it self