Manage different priority levels for notifications to ensure critical messages are processed first. Higher priority notifications will be processed before lower priority ones in the queue.
Weight
{{ priority.weight }}
Queue Count
{{ priority.queueCount.toLocaleString() }}
Avg Processing
{{ priority.avgProcessingTime }}
Status
{{ priority.status }}Notifications are processed in the following order based on priority weights:
Job ID | Priority | Type | Status | Queue Time | Processing Time |
---|---|---|---|---|---|
{{ job.id }} | {{ job.priority }} | {{ job.type }} | {{ job.status }} | {{ job.queueTime }} | {{ job.processingTime }} |
Higher weight = Higher priority
Maximum time allowed for processing jobs of this priority