#!/bin/bash

# Change to your project directory
cd "$(dirname "$0")"

# Run the queue worker once
/usr/local/php83/bin/php artisan queue:work --once --tries=3 --timeout=60