π Notification Worker
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 |