Rename WooCommerce orders job to restart it even when completed
[MAILPOET-2465]
This commit is contained in:
committed by
Jack Kitterhing
parent
21158abe49
commit
e0244c771a
@ -12,6 +12,7 @@ use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
class WooCommerceOrders extends SimpleWorker {
|
||||
const TASK_TYPE = 'woocommerce_orders';
|
||||
const TASK_TYPE = 'woocommerce_past_orders';
|
||||
const BATCH_SIZE = 20;
|
||||
|
||||
/** @var WCHelper */
|
||||
|
Reference in New Issue
Block a user