Created WC_Queue - WooCommerce Worker Queue (markdown)
parent
121fbf3cc8
commit
06778d9419
|
@ -0,0 +1,4 @@
|
|||
## Introduction
|
||||
With WooCommerce 3.5+ there is a new Worker Queue system, WC_Queue. This new system allows for scheduling and running background jobs using the Action Scheduler library, however, it is easily overridable to hook in a Worker Queue system of your own likings like Amazon SQS or any other queue system out there.
|
||||
|
||||
## Using WC_Queue
|
Loading…
Reference in New Issue