Welcome Guest, Not a member yet? Register   Sign In
Jobs/Queues in CI4
#1
Question 

I'm still new in the world of Async PHP but I find myself needing a jobs queues and dispatcher or worker especially when I'm integrating several APIs in an application.
 I want to know if this is in the works for CI4, is this something we should be expecting or we look for an alternative.
Reply
#2

It seems that tasks , this process is being followed, and I hope that this incident will be compensated by it as soon as possible.
Thanks to all the developers.
Reply
#3

The tasks is a task scheduler, not queue system.
See https://github.com/codeigniter4/tasks/bl...-scheduler
Reply
#4

gearman is a popular job server that supports PHP. It is possible to integrate some gearman routines within your codeigniter project. I think the biggest issue you'll run into is that HTTP is a stateless protocol. Any PHP framework will have that as an issue.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB