laravel-async-queue icon indicating copy to clipboard operation
laravel-async-queue copied to clipboard

Doesn't make a lot of sense

Open Stevemoretz opened this issue 4 years ago • 2 comments

You're using database under the hood which is not async so....

Stevemoretz avatar Oct 19 '21 18:10 Stevemoretz

Yes but it fires the queue directly, without blocking the webserver. It just runs the job in the background, so you don't have to wait for it. And don't have to have a queue running.

barryvdh avatar Oct 20 '21 07:10 barryvdh

Sure it's lovely, wish just there was a way to avoid database, I was going to use this for inside websockets only because I was using database directly in it which was wrong, but this is doing the same thing.

Stevemoretz avatar Oct 24 '21 06:10 Stevemoretz