#!/command/with-contenv sh

php /var/www/artisan queue:work \
    --max-jobs=100 \
    --backoff=60 \
    --sleep=30 \
    --tries=3
