# Jobs log rotate 0 0 * * * php production/artisan wq:logging:jobs >> /dev/null 2>&1 # Laravel scheduler #* * * * * php production/artisan schedule:run >> "$HOME/storage/logs/jobs-"`date +"\%Y-\%m-\%d"`".log" # Restart queue workers daily #0 3 * * * php production/artisan queue:restart >> "$HOME/storage/logs/jobs-"`date +"\%Y-\%m-\%d"`".log"