• Resolved clitopwebsite

    (@clitopwebsite)


    WP Offload SES – Cron not running – BUT CRON SETUP ON SERVER DIRECTLY – Hello, I am receiving these emails too often, I disabled CRON on my websites but do it on server directly. Any way to fix this problem please ? Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter clitopwebsite

    (@clitopwebsite)

    hello, there is no option to stop these emails, how can I do it please ? or just reduce how often they are sent. Thank you.

    Plugin Support Delicious Brains Support

    (@dbisupport)

    Hi @clitopwebsite,

    WP Offload SES Support Team here. Thanks for reaching out with your query, we would be happy to assist!

    I saw your comment on another thread, but I will answer your concern here. The snippets that you provided are correct.

    add_filter( ‘wposes_send_cron_error_email’, ‘__return_false’ );
    add_filter( ‘wposes_cron_check_interval’, ‘604800’ );

    “wposes_send_cron_error_email” will stop the cron notification. “wposes_cron_check_interval” changes the frequency of the cron checks. 604800 means cron checks will only be done once a week.

    However, kindly ensure that emails are still being sent. You can check the Activity tab of WP Offload SES Lite to see if you have any Queued emails and if they are decreasing. If you don’t have any queued emails, or if the count is decreasing, then emails are getting sent. It’s probably safe to add the snippets above.

    Let us know if you have any other questions.

    Thread Starter clitopwebsite

    (@clitopwebsite)

    Thank you for your reply ! Yes mails are always sent but I keep getting the CRON NOT RUNNING since years. It was time to stop them ! Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP Offload SES – Cron not running – BUT CRON SETUP ON SERVER DIRECTLY’ is closed to new replies.