The easy way 🙂 Some might also already be in the #CakePHP coding world for some time. They might remember an article from like 11 years ago: queue-deferred-execution-in-cakephp. If not, maybe catch up on that one first, as that is…
Tag: Background tasks
(Cake)PHP queuing: Real-life examples
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…
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…