Queue system (BullMQ + Redis)

Background jobs and scheduling.

BullMQ is used for background job processing. It uses the same Redis connection as caching.

Typical jobs

  • Quote expiry cleanup.

  • Engine health checks.

  • Execution status polling.

circle-info

The app should degrade gracefully when Redis is unavailable. Disable caching and background jobs instead of failing hard.

Last updated