![]() |
Queues systems - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1) +--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3) +--- Thread: Queues systems (/showthread.php?tid=82055) |
Queues systems - ignitedcms - 06-06-2022 Is anyone familiar with how laravel's queue system works under the hood? I've been meaning to look into something for us reasonably soon. Is it still using PHP to pool or another microservice or something with cron? https://www.youtube.com/watch?v=m-hNL87-lFo RE: Queues systems - Kenneth Kipchumba - 06-06-2022 It seems nobody is interested in this very handy feature. It was asked sometimes back but was downplayed as something that someone can do for themselves if they wanted to. I wish the feature was present in CI, I would help if I had the skill, but time will tell. RE: Queues systems - kenjis - 06-06-2022 See https://divinglaravel.com/queue-workers-how-they-work See https://github.com/colethorsen/codeigniter4-queue RE: Queues systems - kilishan - 06-06-2022 For the record - it is in our roadmap, so it will be here at some point, but I cannot say when. |