PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Turbo Mode + Easy Cron

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,

I have cron turned off on my WP install and am using Easy Cron.   I need to use a URL in EasyCron to trigger HUSY, but I was unsure what the file would be.  I looked in the documentation and forum but could not find it.  I am assuming something like this:

 

https://www.mydomain.com/wp-admin/admin-ajax.php?action=woof_turbo_mode_update_file&turbo_nonce=%5Bnonce%5D

Hello

Unfortunately it doesn't have such a link. This extension has its own custom cron.

To run a custom file update, you need to customize the code

Thank you.  I created a custom endpoint that should trigger the update process.  My code assumes that the create_data_search_files()  (is this correct?) method in the HUSKY plugin is responsible for updating the data...is this correct?  The URL I created in EasyCron would look like this:  https://www.mydomain.com/trigger-husky-update.php?key=secret_key_here.

 

Hello

Unfortunately this won't work.  this function only makes one request for a limited number of products and you need to pass offset each time