• Stars
    star
    1
  • Language
    TypeScript
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repository contains an example of using BullMQ with an Express server to offload heavy/time-consuming asynchronous tasks. This example demonstrates how to use BullMQ to improve the performance and scalability of an Express server by offloading heavy/time-consuming tasks to a separate queue.