Unable to delete (now) Event
-
Hi,
we are using WP Crontrol to execute scripts from WP All Import. Basically starting script that imports products into WooCommerce from a csv file on our FTP server.
The imports from WP All Import have an ID, and we are referring to that ID in WP Crontrol through a PHP Cron Event.
My problem is that I’m unable to delete an Event for a previous Import (that is now deleted).
It’s always set to (now). It also creates another Event for the same ID. So in total I have 3 Events but only one of those is the correct one. It is always at the top of my list of jobs. So there are two Events I don’t want, but can’t delete.
The cronjob I’m trying to delete says it’s running now, for reasons unknown to me. When I change the date of this cronjob to a date in the future, the plugin creates ANOTHER cronjob with that start date in the future. It keeps the original job that says it’s running now.
* How many cron jobs do you have in total?
18 jobs, but we’re only trying to run one custom event. The rest are WP default stuff.* Do you have any other PHP cron events?
We are only trying to run one PHP Cron event, but currently there are 3 due to the duplicates we can’t get rid of.* Are any other cron jobs scheduled for the same time as the one that won’t delete?
No* Does the problem happen every time?
Yes
- The topic ‘Unable to delete (now) Event’ is closed to new replies.