π Workers Architecture
This directory contains the implementation of various background workers responsible for processing asynchronous tasks. Each worker is designed to handle specific types of jobs, ensuring that long-running or non-blocking operations do not impact the main applicationβs responsiveness.
πΊοΈ Module Map
| Component |
Description |
| π Core |
Core infrastructure and base classes for workers |
| π Notification Worker |
Worker dedicated to processing and sending notifications |
| π Templates |
Templates for worker-related configurations or code generation |