You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.