lily_website

πŸ“‚ Workers Architecture

⬅️ Back 🏠 Docs Root

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