PHP code example of wanghanlin / laravel-queue-pool

1. Go to this page and download the library: Download wanghanlin/laravel-queue-pool library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

wanghanlin / laravel-queue-pool example snippets

bash
php artisan queue:pool --workers=3
php artisan queue:pool connection --workers=3 --queue=default --delay=0 --force --memory=128 --sleep=3 --timeout=60 --tries=0