On site we have 5000+ users. When Admin published new POST it will create queue and start sending emails but I noticed that after 25-30 minutes it’s paused for 10-20 minutes after that it will again start sending email for 25-30 minutes and again paused for 10-20 minutes.
WordPress version – 5.7.2
PHP version – 7.1.8
Better Notifications for WP Version – 1.8.11
Email Log Version – 2.4.8
SMTP Mailing Queue Version – 1.4.7
Note – We will be Update PHP and WordPress version to it’s latest after 3-6 months.
Advanced Settings
Queue Limit – 100
wp_cron interval – 30
Min. recipients to enqueue – 1
Max. retry for mail sending – 0
Sent mail storage size – 0
Also today I noticed that there is error on admin page (wp-admin/options-general.php?page=smtp-mailing-queue&tab=supervisors)
Error encountered while processing queue : ‘cURL error 28: Operation timed out after 30001 milliseconds with 0 out of -1 bytes received’
I need to also know that we have php setting MAX_EXECUTION_TIME is set to 30. is it neccessory to use same or below in wp_cron interval or should I use 60+.
Thank you
Akash Darji
Thank you
]]>Thanks in advance.
]]>we:
– changed timing on first email (only by 30 minutes)
– changed timing of second email (from 3 days to 24 hours)
– created a third (new) email set to 3 days
While rescheduling emails for a customer seems to add back in the missing/updated emails, it adds EVERYTHING back. So, we obviously don’t want to now send another 4 emails to these customers (and scare them away).
issue:
– 2nd email still scheduled as 3 day for all existing recoverable customers
– 3rd email is not recognized by previously listed, recoverable customers
question:
– is there an easy way to push through a refresh that will only update the scheduling and add any missing emails?
my hack would be:
– replacing the info in the second email w/ info from third
– deactivating the third (so it still goes to all those scheduled since adding it)
– create a new version of the second email
… but that’s obviously not the pretty solution
Please could you advise how I use the rescheduling functionality? I can’t find and docs and I don’t understand the interface.
I have 10 tasks that all run at 11am. I want to reschedule these so they are either spaced throughout the day, or during unsociable hours, instead. Currently, they are collectively causing my server to fall over due to the high load.
Would appreciate your response.
Thanks,
Bex
Here is a screenshot:
https://prnt.sc/maood7
Using this css code to hide it temporarily:
#bookacti-booking-system-reschedule-container .bookacti-booking-event-quantity-separator,
#bookacti-booking-system-reschedule-container .bookacti-booking-event-quantity {
display: none;
}
]]>