v1.0.7-beta.003 - fix(queue): resolve BullMQ connection leaks and enable worker execution
- Updated
ext.config.mjs to use serverExternalPackages for �ullmq and ioredis, fixing Webpack critical dependency warnings in Next.js 15. - Implemented globalThis caching in src/lib/queue.ts for the Redis connection, Queue, and Worker to prevent massive memory leaks and crashed API routes during Next.js Hot-Reloads (HMR).
- Added a completed event listener to the background worker to explicitly log successful job executions to the terminal.