Redis bullmq queue process showing error

Hello,
We are using bullmq worker using redis server. After declaring queue, it showing all is fine. But when we want to process job it’s showing below error:

MaxRetriesPerRequestError: Reached the max retries per request limit (which is 20). Refer to "maxRetriesPerRequest" option for details.
    at Socket.<anonymous> (C:\Users\yotech30\Desktop\Main Project\yoapinode_v1\node_modules\ioredis\built\redis\event_handler.js:182:37)
    at Object.onceWrapper (node:events:642:26)
    at Socket.emit (node:events:527:28)
    at Socket.emit (node:domain:475:12)
    at TCP.<anonymous> (node:net:709:12)
    at TCP.callbackTrampoline (node:internal/async_hooks:130:17)

However, job is not processing anymore. Is there any solution. Same issue I saw in github forum. Check this: MaxRetriesPerRequestError: Reached the max retries per request limit (which is 20). Refer to "maxRetriesPerRequest" option for details. - Stock git pull · Issue #8 · extiverse/bot · GitHub