I am very angry -- 1 second 1 email

Fergün

New Member
I am very angry -- 1 second 1 email :(
i've done everything
PCNTL uploaded
cronjob true

my 80K e-mail send
Please help cron settings for email

I am sending with amazon ses
 
@Fergün - This means your server is far from amazon which means a higher latency which results in slower sending.
If you enable pcntl, and pcntl works on your server, you will be sending more than one email per second, it's impossible otherwise.
Maybe post your sending settings from Backend > Settings > Cron ?
 
Dedicated :
HP DL360EG8 Dual CPU 2 x Xeon E5-2450L 32 Core 32GB DDR4 2x 240 GB E-SSD HW RAID 1 10TB

Campaigns at once *100
Subscribers at once *100
Send at once *50
Pause *10
Emails per minute *100
Change server at *0
Max. bounce rate-1
Max. complaint rate-1
Retry failed sendings NO
Delete delivery logs : YES


Parallel sending via PCNTL = 5 - 5 was established
1 second - 1 Email = very very slow
80k e-mail = 9 hours :/ :/ :(

Help me please , I am going crazy
 
I will follow this thread. Kindly post the steps that were taken. It will be helpful for us also.
 
Dedicated :
HP DL360EG8 Dual CPU 2 x Xeon E5-2450L 32 Core 32GB DDR4 2x 240 GB E-SSD HW RAID 1 10TB

Campaigns at once *100
Subscribers at once *100
Send at once *50
Pause *10
Emails per minute *100
Change server at *0
Max. bounce rate-1
Max. complaint rate-1
Retry failed sendings NO
Delete delivery logs : YES


Parallel sending via PCNTL = 5 - 5 was established
1 second - 1 Email = very very slow
80k e-mail = 9 hours :/ :/ :(

Help me please , I am going crazy
If you use SMTP to amazon ses, then make the messages per connection 100 or even 500 (find their current max), this will make it significantly faster. If you use web hook, this can be much slower than smtp. Test both, but in almost all cases I tried, smtp wins over webhook in terms of speed. 80k can be done in 1m, if ses allows you such injection speed. It should definitely be done in 100m even on a weak server.
 
What should be the ideal cronjob setting?

Dedicated :
HP DL360EG8 Dual CPU 2 x Xeon E5-2450L 32 Core 32GB DDR4 2x 240 GB E-SSD HW RAID 1 10TB
 
@nav - @Fergün 's issue was that the php running on the server doesn't have PCNTL, so even if it's enabled from the app, because it's missing from the server, it can't be used, thus sending is slower than normally with pcntl on, though from by debug on the server, we sent 300 emails in 120 sec, which is not that bad for a server without pcntl.
 
thank you twisted1919 , pcntl problem solved
now
What should be the ideal cronjob setting?

Dedicated :
HP DL360EG8 Dual CPU 2 x Xeon E5-2450L 32 Core 32GB DDR4 2x 240 GB E-SSD HW RAID 1 10TB
 
Back
Top