![]() |
Task scheduling drivers - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: Task scheduling drivers (/showthread.php?tid=66457) |
Task scheduling drivers - allan - 10-24-2016 As a standard modern practice in high traffic sites, often web architecture has often required some task being queued in the background. This can then be executed via queue tools such as beanstalkd, Rabbit MQ or celery. Its my suggestion that CI4 include a task queues drivers to facilitate this. RE: Task scheduling drivers - kilishan - 10-24-2016 Good idea. Already planned. |