Alberto Benavidesalbertobenavides.hashnode.dev·Aug 17, 2024Supervisor para queues en Laravel 11sudo apt-get update sudo apt-get install supervisor sudo nano /etc/supervisor/conf.d/laravel-worker.conf [program:laravel-worker] process_name=%(program_name)s_%(process_num)02d command=php /your_project_directory/artisan queue:work --sleep=3 --tri...LaravelAdd a thoughtful commentNo comments yetBe the first to start the conversation.