• Resolved hsgold

    (@hsgold)


    Regular i have a 20k +/-300 products.
    I made a cron to every night 00:05 i need fresh xml.
    I have made a different changes but cron wont work. If i try to make this “manual” “Create now” => this works and i get new fresh xml

    Block size for products query – 612
    PHP memory limit – 0
    PHP time limit – 0

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

    Thanks for using our plugin and reaching out to us.

    Sounds like the plugin is updating your feed on a manual refresh just fine but just not on an external unix cron which you enabled. Bear in mind that when you, for example, have set the plugin on a daily refresh interval that refresh will take place between 07:00 – 08:00 local server time. So when you have only set your cron to execute at 00:05 and not xx:05 (every hour) than indeed the feed won’t automatically update.

    Thread Starter hsgold

    (@hsgold)

    How and where i can change cron execute time?

    Your external cron you mean? This is how you can change that:
    https://docs.oracle.com/cd/E19253-01/817-0403/sysrescron-72169/index.html

    Thread Starter hsgold

    (@hsgold)

    In your plugin setting page i have:
    Update period => Update daily (and i can see 23 tundi till next update.)

    Where i can change this cron execute time in wordpress?

    Or is possible to i can use server cron job (cPanel) to execute XML generation?

    It is very annoying to run manual generation every night.

    Our plugin uses the build in WP-cron to automatically update feeds on the feed intervals you have set. So you’d have to make sure your WP-cron is enabled if you would like that to work (in your wp-config.php).

    From your initial comment (“I made a cron to every night 00:05 i need fresh xml.”) I concluded you were already using a server cron job?

    Thread Starter hsgold

    (@hsgold)

    I have tried with this plugin: WP Crontrol
    Here i my options:
    Hook Name => alg_create_products_xml_hook_1
    Arguments (optional) => [“daily”,1]
    Next Run => datetime
    Recurrence => Daily

    This hook is not from our plugin:
    Hook Name => alg_create_products_xml_hook_1

    Are you sure you are using our plugin?

    The most important cron hook that is automatically being created when our plugin is installed is this one: woosea_cron_hook

    Assuming the issue at hand has been resolved or our support is no longer required I am going to close this topic for housekeeping reasons now. Please do not hesitate to reach out to our support-team again whenever you need our help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Cron won’t work’ is closed to new replies.