Background jobs and scheduling.
BullMQ is used for background job processing. It uses the same Redis connection as caching.
Quote expiry cleanup.
Engine health checks.
Execution status polling.
The app should degrade gracefully when Redis is unavailable. Disable caching and background jobs instead of failing hard.
Last updated 15 hours ago