@domenico
To run a Laravel queue only once, you can use the --once flag when running the artisan queue:work command. Here are the steps:
Note: It's important to ensure that you have already set up your queue connections and workers as per the Laravel documentation.