• Resolved begood88

    (@begood88)


    Thanks for the plugin.
    So far, I’m using the free version. An event was doubled in Cron Events:
    woosea_cron_hook
    woosea_create_all_feeds ()
    wp-content / plugins / woo-product-feed-pro / woocommerce-sea.php: 4458
    Two with the same value at intervals of an hour. For example, the first one was launched at 21:20, and the second at 21:25 and created a heavy load on the server. There are about 8 thousand products. Through the WP Crontrol plugin, I set the interval to the second event and it disappeared.
    Question 1: Did I do everything right?) Or there must have been two events.
    Through the interface of your plugin, I set the value to update twice a day.
    Why is it updated every hour in Cron?
    Question 2: Is it possible to increase the frequency?
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Thanks for using our plugin and reaching out to us.

    Upon activation of the plugin only one “woosea_cron_hook” hook should be created. So when there are two you can safely delete one if you’d like.

    Why is it updated every hour in Cron?

    the woosea_cron_hook checks every hour if a feed needs to be updated. Only when it does it will start the update. So the check is done every hour, the updating is not when you have put it on “twicedaily”.

    With regards to question number 2. You have put it on twicedaily now, so yes you can increase the frequency of updating by putting it on an hourly update interval.

    Hope this answers your questions?

    Thread Starter begood88

    (@begood88)

    If I put feed updates twice a day. The search for updates itself creates a sufficient load on the server every hour. Although we have a powerful server. The question is, is it possible to somehow change the frequency of the search for changes. Why so often if I am uploading the list twice a day?

    The plugin only does a check if it needs updating, that really should not be causing any load at all if that check does not result in a feed that needs updating.

    The check needs to be done every hour as the plugin does not know before hand if you might have added or changed an existing feed from a daily/twicedaily update to an hourly one. So unfortunately that is not something we can change.

    Hi,

    Assuming the issue at hand has been resolved and/or our help is no longer required. I am going to close the topic for housekeeping reasons.

    Do not hesitate to reach out to us should you ever need our support again.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘woosea_cron_hook CRON’ is closed to new replies.