PluginProbe
Image Optimizer – Compress Images and Convert to WebP or AVIF / 1.7.6
Image Optimizer – Compress Images and Convert to WebP or AVIF v1.7.6
1.7.7 1.7.6 1.7.5 1.7.4 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 All 33 releases
image-optimization / vendor / woocommerce / action-scheduler / README.md

README.md in Image Optimizer – Compress Images and Convert to WebP or AVIF 1.7.6, at vendor/woocommerce/action-scheduler/README.md

36 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Action Scheduler - Job Queue for WordPress [](https://travis-ci.org/woocommerce/action-scheduler![Build Status](https://travis-ci.org/woocommerce/action-scheduler.png?branch=master)](https://travis-ci.org/woocommerce/action-scheduler](https://travis-ci.org/woocommerce/action-scheduler) [](https://codecov.io/gh/woocommerce/action-scheduler![codecov](https://codecov.io/gh/woocommerce/action-scheduler/branch/master/graph/badge.svg)](https://codecov.io/gh/woocommerce/action-scheduler](https://codecov.io/gh/woocommerce/action-scheduler)
2
3 Action Scheduler is a scalable, traceable job queue for background processing large sets of actions in WordPress. It's specially designed to be distributed in WordPress plugins.
4
5 Action Scheduler works by triggering an action hook to run at some time in the future. Each hook can be scheduled with unique data, to allow callbacks to perform operations on that data. The hook can also be scheduled to run on one or more occasions.
6
7 Think of it like an extension to `do_action()` which adds the ability to delay and repeat a hook.
8
9 ## Battle-Tested Background Processing
10
11 Every month, Action Scheduler processes millions of payments for [](https://woocommerce.com/products/woocommerce-subscriptions/Subscriptions](https://woocommerce.com/products/woocommerce-subscriptions/](https://woocommerce.com/products/woocommerce-subscriptions/), webhooks for [](https://wordpress.org/plugins/woocommerce/WooCommerce](https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/), as well as emails and other events for a range of other plugins.
12
13 It's been seen on live sites processing queues in excess of 50,000 jobs and doing resource intensive operations, like processing payments and creating orders, at a sustained rate of over 10,000 / hour without negatively impacting normal site operations.
14
15 This is all on infrastructure and WordPress sites outside the control of the plugin author.
16
17 If your plugin needs background processing, especially of large sets of tasks, Action Scheduler can help.
18
19 ## Learn More
20
21 To learn more about how to Action Scheduler works, and how to use it in your plugin, check out the docs on [](https://actionscheduler.orgActionScheduler.org](https://actionscheduler.org](https://actionscheduler.org).
22
23 There you will find:
24
25 * [](https://actionscheduler.org/usage/Usage guide](https://actionscheduler.org/usage/](https://actionscheduler.org/usage/): instructions on installing and using Action Scheduler
26 * [](https://actionscheduler.org/wp-cli/WP CLI guide](https://actionscheduler.org/wp-cli/](https://actionscheduler.org/wp-cli/): instructions on running Action Scheduler at scale via WP CLI
27 * [](https://actionscheduler.org/api/API Reference](https://actionscheduler.org/api/](https://actionscheduler.org/api/): complete reference guide for all API functions
28 * [](https://actionscheduler.org/admin/Administration Guide](https://actionscheduler.org/admin/](https://actionscheduler.org/admin/): guide to managing scheduled actions via the administration screen
29 * [](https://actionscheduler.org/perf/Guide to Background Processing at Scale](https://actionscheduler.org/perf/](https://actionscheduler.org/perf/): instructions for running Action Scheduler at scale via the default WP Cron queue runner
30
31 ## Credits
32
33 Action Scheduler is developed and maintained by [](http://automattic.com/Automattic](http://automattic.com/](http://automattic.com/) with significant early development completed by [](https://flightless.us/Flightless](https://flightless.us/](https://flightless.us/).
34
35 Collaboration is cool. We'd love to work with you to improve Action Scheduler. [](https://github.com/woocommerce/action-scheduler/pullsPull Requests](https://github.com/woocommerce/action-scheduler/pulls](https://github.com/woocommerce/action-scheduler/pulls) welcome.
36