That’s not entirely correct. You can use a cron scheduled task to regularly fetch tasks from the task queue for execution. You can also run a php-worker daemon to continuously execute tasks. As long as the previous task is completed, it will go to the task queue to fetch the next task and start execution.
That’s not entirely correct. You can use a cron scheduled task to regularly fetch tasks from the task queue for execution.
You can also run a php-worker daemon to continuously execute tasks. As long as the previous task is completed, it will go to the task queue to fetch the next task and start execution.