DinkumInteractive / woocommerce-muse

Woocommerce Muse Integration
0 stars 0 forks source link

Cron is not working #51

Open gtenaschuk opened 6 years ago

gtenaschuk commented 6 years ago

There are 2 issues here

  1. I set the cron as hourly because it was running all the time with the custom interval. So we need to be sure that the custom interval of 5 minutes works properly. We can install WP Crontrol plugin to see when the cron is running.
  2. When i set is as hourly it ran just fine every 1hour but no orders were processed.
gtenaschuk commented 6 years ago

Still displaying as hourly, how did you test this? https://www.dropbox.com/s/g78fybk5ct4wtn8/Screenshot%202018-07-24%2009.49.25.png?dl=0

Sean12mps commented 6 years ago

Memo, did you test it in muse-int? Disable cron event constant is set to true there. That could be the issue about it.

I debugged the site with that constant commented out, it's now displaying as intended. https://muse-int-marlboro-music.pantheonsite.io/wp-admin/tools.php?page=crontrol_admin_manage_page

sc

gtenaschuk commented 6 years ago

mm could be, going to move the plugin to the live environment and will see how it goes