The issue is caused b/c bull automatically attempt to handle you job multiple times and sometimes it might exceed the limit
FIX: update your code like this
const connection = new IORedis({maxRetriesPerRequest:null})