With the new major v6 of Queue plugin it is time to update my 8-year-old blog post about the Queue system. A lot has happened since Cake1/2. With CakePHP4 and modern PHP architecture, we want to look into the queuing…
Tag: Deferred Execution
Queue – Deferred execution in CakePHP
At the beginning of 2.x I ported the Queue plugin from 1.x to 2.0 and started to integrate it into a few apps of mine. Since then it was running OK, but neither with fixed tests, nor with any real…