lily_website

πŸ“‚ Notification Worker

⬅️ Back 🏠 Docs Root

This directory contains the implementation of the Notification Worker, a dedicated ARQ worker responsible for processing and sending various types of notifications (e.g., emails). It defines the worker’s configuration, tasks, services, and dependencies.

πŸ—ΊοΈ Module Map

Component Description
πŸ“œ Config Configuration settings specific to the Notification Worker
πŸ“œ Worker Main ARQ worker definition and task registration
πŸ“œ Dependencies Dependency injection setup for the Notification Worker
πŸ“‚ Tasks Definitions of individual asynchronous tasks processed by the worker
πŸ“‚ Services Services used by the Notification Worker tasks