Skip to content

Debugging

Source URL: https://docs.bullmq.io/bull/patterns/debugging

To see debug statements set or add bull to the NODE_DEBUG environment variable:

export NODE_DEBUG=bull

or:

NODE_DEBUG=bull node ./your-script.js