$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).