5 open-source projects similar to cakephp/queue, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
The BatchQueue plugin provides a unified system for managing batch job processing in CakePHP applications. It supports both parallel execution (running the same job with different arguments simultaneously) and sequential chains (jobs run one after another with context accumulation). The plugin…
The Temporal plugin provides workflow orchestration for CakePHP applications using Temporal.
This branch is for use with CakePHP 5.1+. For details see version map.
A scheduler addon for Queue plugin.