Hello,
I'm trying the push notification system present in Apex 23.2.3.
To test the maximum posting limits, I put 3000 messages in the queue.
Apex's internal job ( after 2 minutes ) started sending these messages.
Calculating about how many messages are sent per minute, it turns out that it sends about 25 per minute.
This is too slow for my application.
From what I understand, it turns out there is only 1 process that takes every single notification and sends it.
Is there any way to increase these processes that forward Push notifications?
Or is there a way to increase these messages per minute?
Thanks!