Skip to content

[Backend] Implement Notification Priority Queue #300

Description

@Abd-Standard

Description

Introduce a priority-based queue that ensures critical notifications are processed before standard or low-priority messages without starving lower-priority jobs.

Tasks
Add priority levels (High, Medium, Low).
Update queue processing logic.
Prevent starvation of lower-priority jobs.
Add configuration for priority weights.

Acceptance Criteria
High-priority notifications are processed first.
Lower-priority jobs are eventually processed.
Priority behavior is configurable.

Contributors start work by running:
git checkout -b backend/priority-queue

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions