We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

immediate notifications are not immediate if you have big number of users | Forum

Maxim Kotov
Maxim Kotov Feb 21 '18
In your code in \ow_plugins\notifications\cron.php you have


$this->addJob('fillSendQueue', 10);

$users = $this->service->findUserIdListForSend(100);


It means that you check 100 user per 10 minutes.

If you have 10 000 users who want to get immediate notifications they would have a delay for 1000 minutes (what is almost a day).