The service is crashing for me, I'm regularly encountering this error: ``` TypeError: Cannot read properties of undefined (reading 'name') at .QueueEvents.<anonymous> ( /src/bull/bullmq-metrics.factory.ts:223 ) ``` Seems that `job` is undefined when trying to get its `name` attribute.