https://github.com/humanmade/Cavalcade
A better wp-cron. Horizontally scalable, works perfectly with multisite.
https://github.com/humanmade/Cavalcade
cavalcade multisite scheduled-tasks wordpress wordpress-plugin workers wp-cli wp-cron
Last synced: 6 months ago
JSON representation
A better wp-cron. Horizontally scalable, works perfectly with multisite.
- Host: GitHub
- URL: https://github.com/humanmade/Cavalcade
- Owner: humanmade
- License: other
- Created: 2015-06-19T04:55:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T07:24:47.000Z (about 1 year ago)
- Last Synced: 2024-05-15T01:56:59.512Z (12 months ago)
- Topics: cavalcade, multisite, scheduled-tasks, wordpress, wordpress-plugin, workers, wp-cli, wp-cron
- Language: PHP
- Homepage: https://engineering.hmn.md/projects/cavalcade/
- Size: 185 KB
- Stars: 505
- Watchers: 44
- Forks: 46
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-wp-developer-tools - Cavalcade - A better wp-cron. Horizontally scalable, works perfectly with multisite. (WordPress Plugins)
README
Cavalcade
A better wp-cron. Horizontally scalable,
works perfectly with multisite.
![]()
![]()
A Human Made project. Maintained by @rmccue.
![]()
Cavalcade is a scalable job system, designed as a drop-in replacement for
WordPress's built-in pseudo-cron system.
From the WordPress side, none of your code needs to change. Cavalcade
transparently integrates with the existing wp-cron functions to act as a full
replacement. Cavalcade pushes these jobs off into their own database table for
efficient storage.At the core of Cavalcade is the job runner. The runner is a daemon that
supervises the entire system. The runner constantly checks the database for new
jobs, and is responsible for spawning and managing workers to handle the jobs
when they're ready.The runner spawns workers, which perform the actual tasks themselves. This is
done by running a special WP-CLI command.## Documentation
**[View documentation →](https://github.com/humanmade/Cavalcade/tree/master/docs)**
* [Motivation](docs/motivation.md) - Why Cavalcade?
* [Installation](docs/install.md)
* [Example Use Cases](docs/examples.md)
* [Plugins](docs/plugins.md) - Extending the functionality of Cavalcade## License
Cavalcade is [licensed under the GPLv2 or later](LICENSE.txt).
## Who?
Created by Human Made for high volume and large-scale sites, such as
[Happytables](http://happytables.com/). We run Cavalcade on sites with millions
of monthly page views, and thousands of sites, including
[The Tab](http://thetab.com/), and the
[United Influencers](http://unitedinfluencers.se/) network.Maintained by [Ryan McCue](https://github.com/rmccue).
Interested in joining in on the fun?
[Join us, and become human!](https://hmn.md/is/hiring/)