Skip to content

Latest commit

 

History

History

Bow Queue

Bow Framework's queue system help you to make a simple and powerful queue/job (consumer/producer) for your process whish take a low of time.

use App\Queues\EmailQueueTask;

queue(new EmailQueueTask($email));

Launch the worker/consumer.

php bow run:worker --retry=3 --queue=mailing