• Resolved Nomadsteam

    (@nomadsteam)


    Hi,

    Congrats for this great plugin!

    I’m trying to set up a notification for new updates on a site that has a lot of pending updates. I set the update check frequency to every_minute, hourly, daily… but the trigger doesn’t fire (both logs’ lists are empty).

    Just to make sure that the plugin worked and the site was sending email correctly, I did a test with another very simple notification (failed user login) and it worked just fine (log + email).

    So my problem concerns the Available updates notification’s Trigger.
    Can you tell me how to fire this trigger?

    Thanks for your response.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi, thanks for your kind words!

    This trigger is fired by WordPress Cron, which might not work properly if your website has no traffic.

    The first place I’d check is the Tools -> Site Health and see if there are any errors regarding the WP Cron. The second thing I’d do is set up the server cron which I’m sure could be done by your hosting provider ??

    Let me know if this resolved the issue!

    Thread Starter Nomadsteam

    (@nomadsteam)

    Thanks a lot Kuba,

    I didn’t understand why but it started to work on its own after a 10-12 hours.
    I had set the frequency to ‘hourly’ and I was bombarded with emails the next morning ?? So everything is working fine!

    Have a nice day!

    Plugin Author Kuba Mikita

    (@kubitomakita)

    Perfect, I’m glad it worked!

    So it indeed loaded all the messages to cron, which then has been processed ??

    Thread Starter Nomadsteam

    (@nomadsteam)

    Yes I finally solved the mystery – just be patient and wait for the next day ??

    wp_schedule_event( time() + DAY_IN_SECONDS, $schedule, $event_name );

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Available updates notification Trigger’ is closed to new replies.