• Resolved catvetbeb

    (@catvetbeb)


    hello,

    I received the WP Offload SES – Cron not running message, but I set up cron jobs on my hosting, and disabled it in wordpress.

    Is it usual to receive this message even when cron jobs are done on server directly

    Thank you for your help

    • This topic was modified 1 year, 4 months ago by catvetbeb.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Delicious Brains Support

    (@dbisupport)

    Hi there!

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

    If you’re receiving the emails from the site and things don’t seem to be stuck in a queue, you can just disable the “Cron not running” notifications.

    You can do that by adding the following filter to your theme’s functions.php or in a custom plugin:

    add_filter( 'wposes_send_cron_error_email', '__return_false' );

    This issue usually arises from multisites. If you have a multisite, it could explain the notification.

    If you don’t have a multisite and everything seems to be running correctly, then there might be a problem with the cron check that Offload SES is running. You can check your PHP error logs for anything relevant to this. Otherwise, you can just disable the Cron not running notifications.

    Thread Starter catvetbeb

    (@catvetbeb)

    Thank you, it’s not a multisite and I would prefer to avoid blocking any notification.

    I will report if I find any other reason.

    Plugin Support Delicious Brains Support

    (@dbisupport)

    Hi @catvetbeb,

    Thank you for letting us know. Please get in touch if you get more info about this.

    Thread Starter catvetbeb

    (@catvetbeb)

    By the way, when I visit

    /wp-admin/options-general.php?page=wp-offload-ses#support

    I can see:

    WP Cron: Disabled
    Alternate WP Cron: Disabled

    Is it usual that your plugin cannot detect when cron jobs are started by server directly ?

    I protect my websites with cloudflare, could it be the reason ?

    Thanks again.

    Plugin Support Delicious Brains Support

    (@dbisupport)

    Hi @catvetbeb,

    It is difficult to tell without much information, but it is possible that our plugin checks is not working correctly.

    To have more accurate info regarding your CRONs, you could try installing CRON testing plugins – https://deliciousbrains.com/wp-offload-ses/doc/cron-setup/#test

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Offload SES – Cron not running – HOW OFTEN ARE THEY SENT ?’ is closed to new replies.