Skip to content

v2.7.0 Background Jobs & Task Queues

Choose a tag to compare

@paudang paudang released this 11 Jun 14:01
· 29 commits to main since this release
  • Background Jobs & Task Queues (BullMQ): Implemented BullMQ with Redis backing for asynchronous task processing (--background-jobs). Includes an out-of-the-box Bull-Board UI endpoint for real-time monitoring of queues.
  • Smart NLP Use-Case Auto-Mapping: Upgraded the local NLP heuristics engine in the Web Configurator to detect Movie/Media Streaming, Game/Chat App, and Admin Dashboard intents, automatically mapping users to optimal architectural stacks (e.g., MVC + MongoDB + Redis + Background Jobs).
  • NLP Typo Resilience: Enhanced the NLP regex to gracefully parse common user typos like backgound job.
  • Comprehensive Troubleshooting Guide: Added a dedicated troubleshooting.md documentation page detailing Queue behaviors, Idempotency patterns, and Redis MaxRetriesPerRequestError handling within Docker containers.