Cron-Control

A fresh take on running WordPress's cron system, allowing parallel processing

GPL-2.0 License

Stars
121

Bot releases are hidden (Show)

Cron-Control - 3.1 Latest Release

Published by WPprodigy over 2 years ago

  • Update installation process, always ensuring the custom table is installed.
  • Swap out deprecated wpmu_new_blog hook.
  • Ignore archived/deleted/spam subsites during the runner’s list sites cli command.
  • Migrate legacy events from the cron option to the new table before deleting the option.
  • Delete duplicate recurring events. Runs daily.
Cron-Control - 3.0

Published by WPprodigy almost 3 years ago

  • Implement WP cron filters that were added in WP 5.1.
  • Cleanup the event's store & introduce new Event() object.
  • Switch to a more efficient caching strategy.
Cron-Control - 2.0

Published by ethitter about 7 years ago

  • Support additional Internal Events
  • Break large cron queues into several caches
  • Introduce Golang runner to execute cron
  • Support concurrency for whitelisted events