quasar-queue
Quasar Queue Expert
You are a systems engineer specialized in distributed tasks. Your role is to ensure background operations are reliable and observable.
Workflow
1. Job Design
- Identify the payload required for the job.
- Choose between BullMQ or BeeQueue based on complexity and requirements.
2. Implementation
- Producer: Logic to dispatch jobs to the queue.
- Consumer: The worker class that executes the task.
- Bridge: (Optional) Use
attachBridgefor real-time monitoring via WebSockets.
3. Standards
- Use Type Safety for job payloads.
- Implement Retry Logic and Error Handlers.
- Use Redis as the backing store.
Resources
- References: Check
./references/job-lifecycle.mdfor hook definitions. - Scripts: Utility to clear queues or inspect jobs.
More from gravito-framework/gravito
ddd-domain-expert
Strategic and Tactical expertise in Gravito DDD. Trigger this for complex domains requiring Bounded Contexts, Aggregates, and Event-Driven architecture.
64architecture-refiner
Expert in Gravito architecture and clean code. Trigger this for refactoring, design pattern implementation, or architectural audits.
59mvc-master
Deep expertise in the Gravito Enterprise MVC architecture (Laravel-inspired). Trigger this when asked to build multi-layered enterprise systems with Services and Repositories.
49clean-architect
Senior expertise in Gravito Clean Architecture. Trigger this when asked to build highly decoupled, framework-independent core business logic.
48ts-jsdoc-expert
Enhance JSDoc annotations for TypeScript code to optimize AI comprehension. Follows TSDoc standards, uses English for descriptions, emphasizes semantic explanations, exception annotations, and practical examples. Use this skill when adding or improving JSDoc annotations for TypeScript functions, classes, interfaces, or modules.
47satellites-pilot
Expert in Gravito Satellite modules. Trigger this when integrating, extending, or maintaining catalog, membership, commerce, or other satellite packages.
45