Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 320 Bytes

File metadata and controls

16 lines (11 loc) · 320 Bytes

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