fisch:
h some success, increasing the speed up to 400 emails per minute. But using multiple workers will cause a database lock contention at some point, which leads me to assume that this job cannot be run multiple times.
My VM has 4 vCpus and 16 GB RAM. These limits are not even reached by half.
Thanks for reading
@fisch I had a similar issue that I was chasing over at this thread
Hi @srdjan9791 , thanks for the suggestion!
We just completed some testing over the last few days and I was meaning to come back and up date this as well -
I read some other posts that indicated that multiple crons would end up sending duplicate emails, so that made me a little nervous. I tried using some of the suggested scripts out there that manage things with a lock file and flock, but those weren’t increasing our send rate. I’m not sure if the duplication issue was only when using the stan…
TLDR: I found moving to RabbitMQ instead of the default docrtrine queue and running multiple crons (I chose to do this through supervisor) increased our send rate very well.