Linux 软件免费装
Banner图

Advanced Cron Scheduler for WordPress

开发者 Infosatech
infosatech
更新时间 2024年3月1日 12:35
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 6.4
版权: GPLv3
版权网址: 版权信息

标签

debug scheduler cron wp cron cron manager

下载

1.1.1 1.0.0 1.0.1 1.0.2 1.0.9 1.1.0 1.0.8 1.0.5 1.0.6 1.0.4 1.0.7

详情介绍:

The WP-Cron system in WordPress is not a "real" cron system, which means events may not run exactly according to their schedule because the system relies on regular traffic to the website in order to trigger scheduled events. Reasons WP-Cron events can miss their schedule The Advanced Cron Scheduler for WordPress plugin does alter the way that WordPress core runs cron events using the Action Scheduler Library. 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. 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 occassions. Think of it like an extension to do_action() which adds the ability to delay and repeat a hook. Battle-Tested Background Processing Every month, Action Scheduler processes millions of payments for Subscriptions, webhooks for WooCommerce, as well as emails and other events for a range of other plugins. 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. This is all on infrastructure and WordPress sites outside the control of the plugin author. If your plugin needs background processing, especially of large sets of tasks, Action Scheduler can help. Learn More To learn more about how to Action Scheduler works, and how to use it in your plugin, check out the docs on ActionScheduler.org. There you will find: Support Contribute Credits Action Scheduler is developed and maintained by Automattic.

安装:

  1. Visit 'Plugins > Add New'
  2. Search for 'Advanced Cron Scheduler' and install it.
  3. Or you can upload the migrate-wp-cron-to-action-scheduler folder to the /wp-content/plugins/ directory manually.
  4. Activate Advanced Cron Scheduler from your Plugins page.
  5. After activation go to 'Tools > Scheduled Actions'.

升级注意事项:

Deactivate and Re-activate the plugin after Update process is completed if anything not works.

常见问题:

How this plugin works?

To Avoid all limitations of WP Cron, this plugin automatically replaces all the Cron Events with Actions Scheduler Actions.

Will it work with my theme?

Yes, our plugins work independently of themes you are using. As long as your website is running on WordPress version 5.2 or later, it will work.

更新日志:

If you like Advanced Cron Scheduler, please take a moment to give a 5-star rating. It helps to keep development and support going strong. Thank you! 1.1.1 Release Date: 1st March, 2024 1.1.0 Release Date: 25th June, 2023 1.0.9 Release Date: 15th November, 2022 1.0.8 Release Date: 28th August, 2022 1.0.7 Release Date: 24th June, 2022 1.0.6 Release Date: 24th June, 2022 1.0.5 Release Date: 3rd December, 2021 1.0.4 Release Date: 2nd December, 2021 1.0.3 Release Date: 5th June, 2021 1.0.2 Release Date: 7th March, 2021 1.0.1 Release Date: 4th March, 2021 1.0.0 Release Date: 2nd March, 2021