On the problem of asynchronously executing Command in Artisan::queue

as the title: see in the official documentation that you can use the Artisan::queue queue to execute command. But after looking for it for a long time, I don"t know how to set the number of retries. If any boss knows, ask for advice.

use Illuminate\Support\Facades\Artisan;
Artisan::queue("sync:fba",[
            "enterprise"=> $enterId,
            "--warehouse"=> $warehouseId,
            "--command"=> $commandId,
        ]); //FBA
Oct.28,2021

with a-- tries parameter

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3cf12-2c347.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3cf12-2c347.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?