Created WC_Queue - WooCommerce Worker Queue (markdown)

Gerhard Potgieter 2018-08-17 12:21:03 +02:00
parent 121fbf3cc8
commit 06778d9419
1 changed files with 4 additions and 0 deletions

@ -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