Priority for receiving
Under high load, the system splits notifications into two queues:
- Base subscribers go into the regular queue
- Pro subscribers go into the priority queue
The Pro queue is processed first, so their notifications are delivered faster.
The Base queue is processed after Pro, so notifications arrive slightly later, but still guaranteed.
Under low load, there are no queues — all notifications arrive instantly.