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…
This branch is for use with CakePHP 5.1+. For details see version map.
The Temporal plugin provides workflow orchestration for CakePHP applications using Temporal.
crustum/cakephp-temporal 的主要功能包括:Queue。
crustum/cakephp-temporal 的开源替代品包括: cakedc/cakephp-enqueue — CakePHP Enqueue Plugin. cakephp/queue — This is a Queue system for CakePHP. crustum/batch-queue — The BatchQueue plugin provides a unified system for managing batch job processing in CakePHP applications. It supports… dereuromark/cakephp-queue — This branch is for use with CakePHP 5.1+. For details see version map. dereuromark/cakephp-queue-scheduler — A scheduler addon for Queue plugin.