Notification Scheduled Tasks

Background jobs for processing and sending pending notifications

The Notification scheduled tasks handle the processing and delivery of pending notification messages across various channels.

Available Tasks

TaskDescriptionType
Process NotificationsRetrieve and send pending notification messagesDelta

Overview

Notification tasks manage the message delivery pipeline:

  1. Message Processing - Find and enqueue pending notifications for delivery

Common Use Cases

Email Delivery

Use Process Notifications to send pending email notifications such as order confirmations, shipping updates, and promotional messages.

Multi-Channel Notifications

Enable this task to process notifications across various channels (email, SMS, push) based on your notification configuration.


Task TypeRecommended ScheduleReason
Notification processing*/5 * * * * (every 5 minutes)Quick delivery of pending messages

On this page