Looks like you are using the default 'sync' driver (this basically runs tasks sequentially, which is the behavior you are observing). Please change it to a 'real' queue driver such as :"database", "beanstalkd", "sqs", "redis".
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community