-
-
Notifications
You must be signed in to change notification settings - Fork 5
Scalability #24
Copy link
Copy link
Open
Labels
Description
I haven't tested this with a large recipient base, but just scanning the code it looks like the recipients are retrieved from the DB in a single egef* operation, which will likely pose problems with large numbers of recipients.
Additionally, what's the rationale behind using exec() to trigger the sending? I always get nervous with exec calls :)
Reactions are currently unavailable